C# 클래스 Sharpex2D.Input.Touch

파일 보기 프로젝트 열기: ThuCommix/Sharpex2D

공개 메소드들

메소드 설명
Touch ( int id, Vector2 contact, Vector2 location, System.DateTime dateTime, TouchMode touchMode ) : System

Initializes a new Touch class.

메소드 상세

Touch() 공개 메소드

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.
리턴 System