TouchLocation Members
The following tables list the members exposed by the TouchLocation type.
Public Constructors
Name | Description | |
---|---|---|
TouchLocation | Overloaded. Initializes a new instance of the TouchLocation structure. |
Public Properties
Name | Description | |
---|---|---|
Id | Gets the ID of the touch location. | |
Position | Gets the position of the touch location. | |
State | Gets the state of the touch location. |
Public Methods
Name | Description | |
---|---|---|
Equals | Overloaded. Determines whether the TouchLocation is equal to a specified object. | |
GetHashCode | Gets the hash code for this TouchLocation. | |
GetType | (Inherited from Object.) | |
op_Equality | Determines whether two TouchLocation instances are equal. | |
op_Inequality | Determines whether two TouchLocation instances are unequal. | |
ToString | Gets a string representation of the TouchLocation. | |
TryGetPreviousLocation | Attempts to get the previous location of this touch location object. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Reference
TouchLocation Structure
Microsoft.Xna.Framework.Input.Touch Namespace