Support Forum G3D Web Page |
Keyboard event structure. More...
Public Attributes | |
GKeySym | keysym |
const OSWindow * | osWindow |
The current window for this event. More... | |
uint8 | state |
GButtonState::PRESSED or GButtonState::RELEASED. More... | |
uint8 | type |
GEventType::KEY_DOWN, GEventType::KEY_UP, or GEVentType::KEY_REPEAT. More... | |
uint8 | which |
The keyboard device index. More... | |
Keyboard event structure.
GKeySym G3D::KeyboardEvent::keysym |
const OSWindow* G3D::KeyboardEvent::osWindow |
The current window for this event.
uint8 G3D::KeyboardEvent::state |
GButtonState::PRESSED or GButtonState::RELEASED.
GEventType::KEY_REPEAT will generate multiple PRESSED values.
uint8 G3D::KeyboardEvent::type |
GEventType::KEY_DOWN, GEventType::KEY_UP, or GEVentType::KEY_REPEAT.
uint8 G3D::KeyboardEvent::which |
The keyboard device index.