C# 클래스 MonoGdx.XnaInput.TouchEvent

파일 보기 프로젝트 열기: jaquadro/MonoGdx

공개 프로퍼티들

프로퍼티 타입 설명
Button int
Pointer int
ScrollAmount int
Timestamp long
Type TouchEventType
X int
Y int

프로퍼티 상세

Button 공개적으로 프로퍼티

public int Button
리턴 int

Pointer 공개적으로 프로퍼티

public int Pointer
리턴 int

ScrollAmount 공개적으로 프로퍼티

public int ScrollAmount
리턴 int

Timestamp 공개적으로 프로퍼티

public long Timestamp
리턴 long

Type 공개적으로 프로퍼티

public TouchEventType Type
리턴 TouchEventType

X 공개적으로 프로퍼티

public int X
리턴 int

Y 공개적으로 프로퍼티

public int Y
리턴 int