Keyboard device event structure (event.kdevice.*)
Defined in <SDL3/SDL_events.h>
typedef struct SDL_KeyboardDeviceEvent
{/**< SDL_EVENT_KEYBOARD_ADDED or SDL_EVENT_KEYBOARD_REMOVED */
SDL_EventType type;
Uint32 reserved;/**< In nanoseconds, populated using SDL_GetTicksNS() */
Uint64 timestamp; /**< The keyboard instance id */
SDL_KeyboardID which; } SDL_KeyboardDeviceEvent;
This struct is available since SDL 3.1.3.