|
Cogs.Core
|
Public Attributes | |
| MouseButton | button |
| Button that was tapped. | |
| glm::vec2 | coord = {} |
| Pointer position when the event was triggered. | |
Definition at line 36 of file Gestures.h.
| MouseButton Cogs::Gesture::DoubleTap::button |
Button that was tapped.
Definition at line 38 of file Gestures.h.
| glm::vec2 Cogs::Gesture::DoubleTap::coord = {} |
Pointer position when the event was triggered.
Definition at line 39 of file Gestures.h.