[][src]Function sdl2_sys::SDL_GetKeyFromName

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

\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