pub unsafe extern "C" fn SDL_GetKeyFromName(
    name: *const c_char
) -> SDL_Keycode
Expand description

Get a key code from a human-readable name.

Returns: the key code, or SDLK_UNKNOWN if the name wasn’t recognized.