table of contents
SDL_SetScancodeName(3) | SDL3 FUNCTIONS | SDL_SetScancodeName(3) |
NAME¶
SDL_SetScancodeName - Set a human-readable name for a scancode.
SYNOPSIS¶
#include <SDL3/SDL_keyboard.h>
bool SDL_SetScancodeName(SDL_Scancode scancode, const char *name);
FUNCTION PARAMETERS¶
RETURN VALUE¶
for more information.
THREAD SAFETY¶
This function is not thread safe.
AVAILABILITY¶
This function is available since SDL 3.2.0.
SEE ALSO¶
SDL 3.2.14 | Simple Directmedia Layer |