|
Cogs.Foundation
|
#include <Gestures.h>
Public Attributes | |
| MouseButton | button |
| Button that was tapped. | |
| glm::vec2 | startCoord = {} |
| Pointer position when the gesture has started. | |
| glm::vec2 | currCoord = {} |
| Pointer position when the event was triggered. | |
| MouseButton Cogs::Gesture::Drag::button |
Button that was tapped.
| glm::vec2 Cogs::Gesture::Drag::currCoord = {} |
Pointer position when the event was triggered.
| glm::vec2 Cogs::Gesture::Drag::startCoord = {} |
Pointer position when the gesture has started.