package raylib

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Raylib_core.GamepadAxisSource

type t =
  1. | Left_x
  2. | Left_y
  3. | Right_x
  4. | Right_y
  5. | Left_trigger
  6. | Right_trigger
val t : t Ctypes.typ
Sourceval to_int : t -> int
Sourceval of_int : int -> t