Raylib_fixed_types.Gesture
include module type of struct include Types.Gesture end
type t = Raylib_types.Types(Raylib_fixed_types__.Raylib_c_generated_types).Gesture.t =
| None
| Tap
| Doubletap
| Hold
| Drag
| Swipe_right
| Swipe_left
| Swipe_up
| Swipe_down
| Pinch_in
| Pinch_out
val vals : (t * int64) list
val t : t Ctypes_static.typ
val t_bitmask : t list Ctypes_static.typ
val to_int : t -> int
val of_int : int -> t