Function sdl2_sys::SDL_GetKeyFromName
source · pub unsafe extern "C" fn SDL_GetKeyFromName(
name: *const c_char,
) -> SDL_Keycode
Expand description
\brief Get a key code from a human-readable name
\return key code, or SDLK_UNKNOWN if the name wasn’t recognized
\sa SDL_Keycode