Support Forum G3D Web Page |
Public Attributes | |
union { | |
uint8 numClicks | |
uint8 state | |
}; | |
uint8 | button |
The mouse button index. More... | |
bool | controlKeyIsDown |
True if the ctrl key is pressed. More... | |
const OSWindow * | osWindow |
The current window for this event. More... | |
uint8 | type |
GEventType::MOUSE_BUTTON_DOWN, GEventType::MOUSE_BUTTON_UP, or GEventType::MOUSE_BUTTON_CLICK. More... | |
uint8 | which |
The mouse device index. More... | |
int16 | x |
The X/Y coordinates of the mouse at press time. More... | |
int16 | y |
union { ... } |
uint8 G3D::MouseButtonEvent::button |
The mouse button index.
bool G3D::MouseButtonEvent::controlKeyIsDown |
True if the ctrl key is pressed.
uint8 G3D::MouseButtonEvent::numClicks |
const OSWindow* G3D::MouseButtonEvent::osWindow |
The current window for this event.
uint8 G3D::MouseButtonEvent::state |
uint8 G3D::MouseButtonEvent::type |
uint8 G3D::MouseButtonEvent::which |
The mouse device index.
int16 G3D::MouseButtonEvent::x |
The X/Y coordinates of the mouse at press time.
int16 G3D::MouseButtonEvent::y |