Wl_keyboard.Key_state
Physical key state.
Describes the physical state of a key that produced the key event.
type t =
| Released : t
| Pressed : t
val to_int32 : t -> int32
val of_int32 : int32 -> t