| GestureTouch Structure | 
Namespace: DigitalRubyShared
 Syntax
Syntaxpublic struct GestureTouch : IComparable<GestureTouch>
The GestureTouch type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | GestureTouch | 
            Constructor
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | DeltaX | 
            Change in x value
             | 
|  | DeltaY | 
            Change in y value
             | 
|  | Id | 
            Unique id for the touch
             | 
|  | PlatformSpecificTouch | 
            Platform specific touch information (null if none)
             | 
|  | Pressure | 
            Pressure, 0 if unknown (0 - 1)
             | 
|  | PreviousX | 
            Previous screen x value in pixels
             | 
|  | PreviousY | 
            Previous screen Y value in pixels
             | 
|  | ScreenX | 
            X value in screen pixels
             | 
|  | ScreenY | 
            Y value in screen pixels
             | 
|  | TouchPhase | 
            The touch phase
             | 
|  | X | 
            Same as ScreenX
             | 
|  | Y | 
            Same as ScreenY
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | CompareTo | 
            Compare to another touch by id
             | 
|  | Equals | 
            Checks if this GestureTouch equals another GestureTouch
            (Overrides ValueTypeEquals(Object).) | 
|  | GetHashCode | 
            Returns a hash code for this GestureTouch
            (Overrides ValueTypeGetHashCode.) | 
|  | GetType | (Inherited from Object.) | 
|  | ToString | (Inherited from ValueType.) | 
 See Also
See Also