Function SDL_GameControllerHasLED

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

Query whether a game controller has an LED.

\param gamecontroller The controller to query \returns SDL_TRUE, or SDL_FALSE if this controller does not have a modifiable LED

\since This function is available since SDL 2.0.14.