package wayland

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

Module Wl_keyboard.Key_stateSource

Physical key state.

Describes the physical state of a key that produced the key event.

Sourcetype t =
  1. | Released : t
  2. | Pressed : t
Sourceval to_int32 : t -> int32
Sourceval of_int32 : int32 -> t
OCaml

Innovation. Community. Security.