Module 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 =
  1. | None
  2. | Tap
  3. | Doubletap
  4. | Hold
  5. | Drag
  6. | Swipe_right
  7. | Swipe_left
  8. | Swipe_up
  9. | Swipe_down
  10. | Pinch_in
  11. | 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