package oxbow

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

Module Input_device.RoleSource

type t =
  1. | Keyboard of {
    1. mutable keyboard : Wire.Obj.Xkb.Config.Keyboard.t option;
    }
  2. | Pointer of {
    1. mutable class_ : Oxbow_core.Input.Class.t;
    }
  3. | Touch
  4. | Tablet