#include <hps.h>
Public Member Functions | |
bool | operator!= (Touch const &in_that) const |
bool | operator== (Touch const &in_that) const |
Touch () | |
Touch (TouchID in_id, WindowPoint const &in_location, size_t in_tap_count=1) | |
Public Attributes | |
TouchID | ID |
TouchID for this Touch. | |
WindowPoint | Location |
Location in window space for this Touch. | |
size_t | TapCount |
Number of taps for this Touch. | |
The Touch class represents the state of a single touch on a multi-touch device.
|
inline |
The default constructor creates a Touch object with a null TouchID, location at the window origin, and a down state of false.
|
inline |
|
inline |
|
inline |