Module Wl_pointer.Axis

Axis types.

Describes the axis types of scroll events.

type t =
  1. | Vertical_scroll : t
  2. | Horizontal_scroll : t
val to_int32 : t -> int32
val of_int32 : int32 -> t