|
Cogs.Core
|
Public Attributes | |
| glm::vec2 | coord = {} |
| Pointer position when the event was triggered. | |
| int32_t | delta |
| Amount by which the mouse wheel was moved. | |
Definition at line 26 of file Gestures.h.
| glm::vec2 Cogs::Gesture::Wheel::coord = {} |
Pointer position when the event was triggered.
Definition at line 28 of file Gestures.h.
| int32_t Cogs::Gesture::Wheel::delta |
Amount by which the mouse wheel was moved.
Definition at line 29 of file Gestures.h.