Module Wl_pointer.Button_state

Physical button state.

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

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