package wayland

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `Wl_seat
]
type Metadata.ty +=
  1. | T : [ `Wl_seat ] Metadata.ty
type versions = [
  1. | `V1
  2. | `V2
  3. | `V3
  4. | `V4
  5. | `V5
  6. | `V6
  7. | `V7
]
val interface : string
val version : int32
module Capability : sig ... end

Seat capability bitmask.

module Error : sig ... end

Wl_seat error values.

val requests : int -> string * (string * [> `New_ID of string option ]) list
val events : int -> string * (string * [> `String | `Uint ]) list