Touch
- 
class HPS::Touch
- The Touch class represents the state of a single touch on a multi-touch device. - Public Functions - 
inline Touch()
- The default constructor creates a Touch object with a null TouchID, location at the window origin, and a down state of false. 
 - 
inline Touch(TouchID in_id, WindowPoint const &in_location, size_t in_tap_count = 1)
- This constructor creates a Touch object with a specified TouchID, location and down state. 
 
- 
inline Touch()
