Cogs.Core
|
Public Attributes | |
Coord | 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 81 of file Gestures.h.
Coord Cogs::Gesture::Pinch::center |
Mid position between the two pointer positions when the event was triggered.
Definition at line 83 of file Gestures.h.
float Cogs::Gesture::Pinch::scale |
Scale factor, 1 when the gesture starts.
Definition at line 84 of file Gestures.h.