Cogs.Core
|
Public Attributes | |
Coord | coord |
Pointer position when the event was triggered. | |
int32_t | delta |
Amount by which the mouse wheel was moved. | |
Definition at line 31 of file Gestures.h.
Coord Cogs::Gesture::Wheel::coord |
Pointer position when the event was triggered.
Definition at line 33 of file Gestures.h.
int32_t Cogs::Gesture::Wheel::delta |
Amount by which the mouse wheel was moved.
Definition at line 34 of file Gestures.h.