Method | Description | |
---|---|---|
Touch ( int id, Vector2 contact, Vector2 location, System.DateTime dateTime, TouchMode touchMode ) : System |
Initializes a new Touch class.
|
public Touch ( int id, Vector2 contact, Vector2 location, System.DateTime dateTime, TouchMode touchMode ) : System | ||
id | int | The Id. |
contact | Vector2 | The ContactSize. |
location | Vector2 | The Location. |
dateTime | System.DateTime | The DateTime. |
touchMode | TouchMode | The TouchMode. |
return | System |