Raylib.Gesture
type t =
| None
| Tap
| Doubletap
| Hold
| Drag
| Swipe_right
| Swipe_left
| Swipe_up
| Swipe_down
| Pinch_in
| Pinch_out
val to_int : t -> int
val of_int : int -> t