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