Module Raylib_generated_constants.GamepadAxisSource

Sourcetype t =
  1. | Unknown
  2. | Left_x
  3. | Left_y
  4. | Right_x
  5. | Right_y
  6. | Left_trigger
  7. | Right_trigger
Sourceval to_int : t -> int
Sourceval of_int : int -> t