|
Cogs.Core
|
Public Attributes | |
| glm::vec2 | center = {} |
| Mid position between the two pointer positions when the event was triggered. | |
| float | scale |
| Scale factor, 1 when the gesture starts. | |
Definition at line 76 of file Gestures.h.
| glm::vec2 Cogs::Gesture::Pinch::center = {} |
Mid position between the two pointer positions when the event was triggered.
Definition at line 78 of file Gestures.h.
| float Cogs::Gesture::Pinch::scale |
Scale factor, 1 when the gesture starts.
Definition at line 79 of file Gestures.h.