Get a key code from a human-readable name.
SDL_Keycode SDL_GetKeyFromName(const char *name);
Returns key code, or SDLK_UNKNOWN if the name wasn't recognized; call SDL_GetError() for more information.
SDLK_UNKNOWN
This function is available since SDL 2.0.0.
CategoryAPI