Module Types.Gesture

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