Module Wl_keyboard.Key_state

Physical key state.

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

type t =
  1. | Released : t
  2. | Pressed : t
val to_int32 : t -> int32
val of_int32 : int32 -> t