Function sdl2_sys::SDL_GameControllerHasLED
source ยท pub unsafe extern "C" fn SDL_GameControllerHasLED(
gamecontroller: *mut SDL_GameController,
) -> SDL_bool
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.