Support Forum G3D Web Page |
2D scroll event structure More...
Public Attributes | |
int16 | dx |
The change in x and y directions of scroll. More... | |
int16 | dy |
const OSWindow * | osWindow |
The current window for this event. More... | |
uint8 | type |
GEventType::MOUSE_SCROLL_2D. More... | |
uint8 | which |
The mouse device index. More... | |
2D scroll event structure
int16 G3D::MouseScroll2DEvent::dx |
The change in x and y directions of scroll.
int16 G3D::MouseScroll2DEvent::dy |
const OSWindow* G3D::MouseScroll2DEvent::osWindow |
The current window for this event.
uint8 G3D::MouseScroll2DEvent::type |
uint8 G3D::MouseScroll2DEvent::which |
The mouse device index.