pub unsafe extern "C" fn SDL_GameControllerHasAxis(
    gamecontroller: *mut SDL_GameController,
    axis: SDL_GameControllerAxis
) -> SDL_bool
Expand description

Return whether a game controller has a given axis.