| Support Forum G3D Web Page |
Mouse motion event structure. More...
Public Attributes | |
| const OSWindow * | osWindow |
| The current window for this event. More... | |
| uint8 | state |
| The current button state. More... | |
| uint8 | type |
| GEventType::MOUSEMOTION. More... | |
| uint8 | which |
| The mouse device index. More... | |
| int16 | x |
| The X/Y coordinates of the mouse relative to the window. More... | |
| int16 | xrel |
| The relative motion in the X direction. More... | |
| int16 | y |
| int16 | yrel |
| The relative motion in the Y direction. More... | |
Mouse motion event structure.
| const OSWindow* G3D::MouseMotionEvent::osWindow |
The current window for this event.
| uint8 G3D::MouseMotionEvent::state |
The current button state.
| uint8 G3D::MouseMotionEvent::type |
GEventType::MOUSEMOTION.
| uint8 G3D::MouseMotionEvent::which |
The mouse device index.
| int16 G3D::MouseMotionEvent::x |
The X/Y coordinates of the mouse relative to the window.
| int16 G3D::MouseMotionEvent::xrel |
The relative motion in the X direction.
Not supported on all platforms.
| int16 G3D::MouseMotionEvent::y |
| int16 G3D::MouseMotionEvent::yrel |
The relative motion in the Y direction.
Not supported on all platforms.
1.8.15