SDL_SetScancodeName
Set a human-readable name for a scancode.
- Provided by: libsdl3-doc (Version: 3.2.20+ds-2)
- Source: libsdl3
- Report a bug
Set a human-readable name for a scancode.
#include <SDL3/SDL_keyboard.h>
bool SDL_SetScancodeName(SDL_Scancode scancode, const char *name);
for more information.
This function is not thread safe.
This function is available since SDL 3.2.0.