AppBase::OnGestureEvent

AppBase::OnGestureEvent
virtual void OnGestureEvent(unsigned window, unsigned eventPhase, UInt32 gestureMask, const Point<int>& pos, const PointF& translationDelta, const PointF& scaleDelta, float rotationDelta);
Description

OnGestureEvent is called to notify application about a multi-touch event.

Parameters
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. 
float rotationDelta 
The rotation angle in degrees. 
event 
The type of manipulation event.