Get a key code from a human-readable name.
the human-readable key name.
key code, or SDLK_UNKNOWN if the name wasn't recognized; call SDL_GetError() for more information.
Threadsafety: This function is not thread safe.
SDL_GetKeyFromScancode SDL_GetKeyName SDL_GetScancodeFromName
See Implementation
Get a key code from a human-readable name.