Click or drag to resize

GestureTouch Structure

Contains a touch event

Namespace:  DigitalRubyShared
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public struct GestureTouch : IComparable<GestureTouch>

The GestureTouch type exposes the following members.

Constructors
  NameDescription
Public methodGestureTouch
Constructor
Top
Properties
  NameDescription
Public propertyDeltaX
Change in x value
Public propertyDeltaY
Change in y value
Public propertyId
Unique id for the touch
Public propertyPlatformSpecificTouch
Platform specific touch information (null if none)
Public propertyPressure
Pressure, 0 if unknown (0 - 1)
Public propertyPreviousX
Previous screen x value in pixels
Public propertyPreviousY
Previous screen Y value in pixels
Public propertyScreenX
X value in screen pixels
Public propertyScreenY
Y value in screen pixels
Public propertyTouchPhase
The touch phase
Public propertyX
Same as ScreenX
Public propertyY
Same as ScreenY
Top
Methods
  NameDescription
Public methodCompareTo
Compare to another touch by id
Public methodEquals
Checks if this GestureTouch equals another GestureTouch
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Returns a hash code for this GestureTouch
(Overrides ValueTypeGetHashCode.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
See Also