Raylib.GamepadAxis
type t =
| Left_x
| Left_y
| Right_x
| Right_y
| Left_trigger
| Right_trigger
val to_int : t -> int
val of_int : int -> t