C# Class MonoGdx.XnaInput.TouchEvent

Mostra file Open project: jaquadro/MonoGdx

Public Properties

Property Type Description
Button int
Pointer int
ScrollAmount int
Timestamp long
Type TouchEventType
X int
Y int

Property Details

Button public_oe property

public int Button
return int

Pointer public_oe property

public int Pointer
return int

ScrollAmount public_oe property

public int ScrollAmount
return int

Timestamp public_oe property

public long Timestamp
return long

Type public_oe property

public TouchEventType Type
return TouchEventType

X public_oe property

public int X
return int

Y public_oe property

public int Y
return int