AppBase::OnTouchEnd

AppBase::OnTouchEnd
virtual void OnTouchEnd(unsigned window, unsigned id, const Point<int>& pos, const Point<int>& contact, bool primary);
Description

OnTouchEnd is called to notify application about the end of a touch event such as release of finger from the screen.

Parameters
Parameters 
Description 
unsigned window 
_nt_ 
unsigned id 
The Id of the touch event. 
const Point<int>& pos 
The coordinates of the touch relative to the viewport. 
const Point<int>& contact 
The coordinates of the touch relative to the screen. 
bool primary 
Indicates whether the first point of contact is mapped to mouse events.