SDL_GameControllerHasButton

Function SDL_GameControllerHasButton 

Source
pub unsafe extern "C" fn SDL_GameControllerHasButton(
    gamecontroller: *mut SDL_GameController,
    button: SDL_GameControllerButton,
) -> SDL_bool