Function sdl2_sys::SDL_JoystickNumAxes
source ยท pub unsafe extern "C" fn SDL_JoystickNumAxes(
joystick: *mut SDL_Joystick,
) -> c_int
Expand description
Get the number of general axis controls on a joystick.
pub unsafe extern "C" fn SDL_JoystickNumAxes(
joystick: *mut SDL_Joystick,
) -> c_int
Get the number of general axis controls on a joystick.