Returns whether this Touch has been marked as handled.
Marks the Touch as handled.
Returns the x position of the touch measured in points.
Returns the y position of the touch measured in points.
Returns the position of the touch measured in points.
Sets the position of the touch measured in points.
Returns the previous x position of the touch measured in points.
Returns the previous y position of the touch measured in points.
Returns the previous position of the touch measured in points.
Returns an ID unique for the lifetime of the touch.
Returns the timestamp associated with the touch, measured in seconds.
Returns a pointer to the OS-native object. This is a UITouch* on Cocoa Touch and a TOUCHPOINT* on MSW.