InputEvent Class |
Namespace: FairyGUI
public class InputEvent
The InputEvent type exposes the following members.
| Name | Description | |
|---|---|---|
| InputEvent | Initializes a new instance of the InputEvent class |
| Name | Description | |
|---|---|---|
| alt | ||
| button |
-1-none,0-left,1-right,2-middle
| |
| character | ||
| ctrl | ||
| isDoubleClick | ||
| keyCode | ||
| modifiers | ||
| mouseWheelDelta | ||
| position | ||
| shift | ||
| touchId | ||
| x |
x position in stage coordinates.
| |
| y |
y position in stage coordinates.
|