Function fermium::keyboard::SDL_GetScancodeFromKey[][src]

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

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

See SDL_Scancode

See Also: SDL_GetScancodeName