Click or drag to resize

InputEvent Class

Inheritance Hierarchy
SystemObject
  FairyGUIInputEvent

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public class InputEvent

The InputEvent type exposes the following members.

Constructors
  NameDescription
Public methodInputEvent
Initializes a new instance of the InputEvent class
Top
Properties
  NameDescription
Public propertyalt
Public propertybutton
-1-none,0-left,1-right,2-middle
Public propertycharacter
Public propertyctrl
Public propertyisDoubleClick
Public propertykeyCode
Public propertymodifiers
Public propertymouseWheelDelta
Public propertyposition
Public propertyshift
Public propertytouchId
Public propertyx
x position in stage coordinates.
Public propertyy
y position in stage coordinates.
Top
See Also