Support Forum G3D Web Page |
An event triggered by character input (as from the keyboard) More...
Public Attributes | |
const OSWindow * | osWindow |
The current window for this event. More... | |
uint8 | type |
GEventType::CHAR_INPUT. More... | |
uint16 | unicode |
The character inputted, if the high nine bits are all low, this is ASCII value. More... | |
An event triggered by character input (as from the keyboard)
const OSWindow* G3D::CharInputEvent::osWindow |
The current window for this event.
uint8 G3D::CharInputEvent::type |
uint16 G3D::CharInputEvent::unicode |
The character inputted, if the high nine bits are all low, this is ASCII value.