SdlxKeyboardDeviceEvent.removed constructor
Implementation
factory SdlxKeyboardDeviceEvent.removed({
int reserved = 0,
int timestamp = 0,
int which = 0,
}) => SdlxKeyboardDeviceEvent(
type: SDL_EVENT_KEYBOARD_REMOVED,
reserved: reserved,
timestamp: timestamp,
which: which,
);