THIS PAGE IS A WORK IN PROGRESS ... Please make edits to this page to improve it!
Get a scancode from a human-readable name.
const char *name); SDL_Scancode SDL_GetScancodeFromName(
name | the human-readable scancode name |
Returns the SDL_Scancode, or SDL_SCANCODE_UNKNOWN
if the name wasn't recognized; call SDL_GetError() for more information.
This function is available since SDL 3.0.0.
CategoryAPI, CategoryKeyboard, CategoryDraft