KeyboardEvent
Keyboard event
Operations
GetKeysym
The Keysym instance representing the key that was pressed or released
method : public : GetKeysym() ~ Keysym
Return
Type | Description |
---|---|
Keysym | key that was pressed or released |
GetRepeat
Get key repeat
method : public : GetRepeat() ~ Int
Return
Type | Description |
---|---|
Int | non-zero if this is a key repeat |
GetState
Get the state of the key
method : public : GetState() ~ KeyState
Return
Type | Description |
---|---|
KeyState | KeyState->SDL_PRESSED or KeyState->SDL_RELEASED |
GetTimestamp
Get the event type
method : public : GetTimestamp() ~ Int
Return
Type | Description |
---|---|
Int | EventType->SDL_KEYDOWN or EventType->SDL_KEYUP |
GetType
Get the event type
method : public : GetType() ~ Int
Return
Type | Description |
---|---|
Int | EventType->SDL_KEYDOWN or EventType->SDL_KEYUP |
GetWindowID
Get the timestamp of the event
method : public : GetWindowID() ~ Int
Return
Type | Description |
---|---|
Int | timestamp of the event |