SDL_KeyboardDeviceEvent

Keyboard device event structure (event.kdevice.*)

\since This struct is available since SDL 3.2.0.

extern (C) nothrow @nogc
struct SDL_KeyboardDeviceEvent {}

Members

Variables

reserved
Uint32 reserved;
Undocumented in source.
timestamp
Uint64 timestamp;

< In nanoseconds, populated using SDL_GetTicksNS()

type
SDL_EventType type;

< SDL_EVENT_KEYBOARD_ADDED or SDL_EVENT_KEYBOARD_REMOVED

which
SDL_KeyboardID which;

< The keyboard instance id

Meta