Function SDL_GameControllerGetNumTouchpads

pub unsafe extern "C" fn SDL_GameControllerGetNumTouchpads(
    gamecontroller: *mut _SDL_GameController,
) -> i32
Available on crate feature dep_sdl2 only.
Expand description

Get the number of touchpads on a game controller.

\since This function is available since SDL 2.0.14.