package oxbow

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Input.KeyboardSource

Sourcetype t =
  1. | Repeat of {
    1. rate : int;
    2. delay : int;
    }
  2. | Layout_file of string