|
Cogs.Core
|
Public Attributes | |
| glm::vec2 | midStartCoord = {} |
| Mid position between the two pointer positions when the gesture has started. | |
| glm::vec2 | midCurrCoord = {} |
| Mid position between the two pointer positions when the event was triggered. | |
Definition at line 66 of file Gestures.h.
| glm::vec2 Cogs::Gesture::Pan::midCurrCoord = {} |
Mid position between the two pointer positions when the event was triggered.
Definition at line 69 of file Gestures.h.
| glm::vec2 Cogs::Gesture::Pan::midStartCoord = {} |
Mid position between the two pointer positions when the gesture has started.
Definition at line 68 of file Gestures.h.