OnTouchEnd is called to notify application about the end of a touch event such as release of finger from the screen.
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. |