Cogs.Core
|
Public Attributes | |
MouseButton | button |
Button that was tapped. | |
Coord | startCoord |
Pointer position when the gesture has started. | |
Coord | currCoord |
Pointer position when the event was triggered. | |
Definition at line 51 of file Gestures.h.
MouseButton Cogs::Gesture::Drag::button |
Button that was tapped.
Definition at line 53 of file Gestures.h.
Coord Cogs::Gesture::Drag::currCoord |
Pointer position when the event was triggered.
Definition at line 55 of file Gestures.h.
Coord Cogs::Gesture::Drag::startCoord |
Pointer position when the gesture has started.
Definition at line 54 of file Gestures.h.