pub unsafe extern "C" fn SDL_GetScancodeFromKey(
    key: SDL_Keycode
) -> SDL_Scancode
Expand description

\brief Get the scancode corresponding to the given key code according to the current keyboard layout.

See ::SDL_Scancode for details.

\sa SDL_GetScancodeName()