OnGestureBegin is called to notify application about a manipulation/gesture being performed such as movement of fingers.
Parameters |
Description |
unsigned window |
_nt_ |
UInt32 gestureMask |
A bit mask to indicate the gesture event. |
const Point<int>& pos |
The screen coordinates indicating the initial point of manipulation. |
const PointF& translationDelta |
The shift applied to the point. |
const PointF& scaleDelta |
The scale factor for zoom in/out. |
float rotationDelta |
The rotation angle in degrees. |