SDL_ReloadGamepadMappings

Reinitialize the SDL mapping database to its initial state.

This will generate gamepad events as needed if device mappings change.

extern (C) nothrow @nogc extern
bool
SDL_ReloadGamepadMappings
()

Return Value

Type: bool

true on success or false on failure; call SDL_GetError() for more information.

Meta