package wayland

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

Module Wayland_proto.Wl_pointerSource

Sourcetype t = [
  1. | `Wl_pointer
]
Sourcetype Metadata.ty +=
  1. | T : [ `Wl_pointer ] Metadata.ty
Sourcetype versions = [
  1. | `V1
  2. | `V2
  3. | `V3
  4. | `V4
  5. | `V5
  6. | `V6
  7. | `V7
]
Sourceval interface : string
Sourceval version : int32
Sourcemodule Error : sig ... end
Sourcemodule Button_state : sig ... end

Physical button state.

Sourcemodule Axis : sig ... end

Axis types.

Sourcemodule Axis_source : sig ... end

Axis source types.

Sourceval requests : int -> string * (string * [> `Int | `Object of string option | `Uint ]) list
Sourceval events : int -> string * (string * [> `Fixed | `Int | `Object of string option | `Uint ]) list
OCaml

Innovation. Community. Security.