C# Class Sharpex2D.Input.Touch

Datei anzeigen Open project: ThuCommix/Sharpex2D

Public Methods

Method Description
Touch ( int id, Vector2 contact, Vector2 location, System.DateTime dateTime, TouchMode touchMode ) : System

Initializes a new Touch class.

Method Details

Touch() public method

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