TouchEvent Class Reference

Touch event class. More...

List of all members.

Public Member Functions

 TouchEvent ()
 Constructor.

Properties

Widget Source [get, set]
 The widget that is actually touched.
Vector2 WorldPosition [get, set]
 Obtains and sets the position in the world (screen) coordinate system.
Vector2 LocalPosition [get, set]
 Obtains and sets the position in the local coordinate system.
TimeSpan Time [get, set]
 Obtains and sets the time an event occurred.
TouchEventType Type [get, set]
 Obtains and sets the type of touch event.
int FingerID [get, set]
 Obtains and sets the finger ID.

Detailed Description

Touch event class.


Property Documentation

Widget Source [get, set]

The widget that is actually touched.

Used for specifying, etc. the child widget in relation to the touch event when a child widget touch event is hooked.