Class SDL_Scancode

java.lang.Object
club.doki7.sdl3.enumtype.SDL_Scancode

public final class SDL_Scancode extends Object

The SDL keyboard scancode representation.

An SDL scancode is the physical representation of a key on the keyboard, independent of language and keyboard mapping.

Values of this type are used to represent keyboard keys, among other places in the scancode field of the SDL_KeyboardEvent structure.

The values in this enumeration are based on the USB usage page standard: https://usb.org/sites/default/files/hut1_5.pdf

Since: This enum is available since SDL 3.2.0.