AppBase::OnGestureEnd

AppBase::OnGestureEnd
virtual void OnGestureEnd(unsigned window, UInt32 gestureMask, const Point<int>& pos);
Description

OnGestureEnd is called to notify application when a manipulation is completed.

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.