Types.Gesture
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