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