Enum InputEventType
Specifies the type of Keyboard/Mouse input event.
Namespace: EyeAuras.Roxy.Shared
Assembly: EyeAuras.Roxy.Shared.dll
Syntax
public enum InputEventType
Fields
Name | Description |
---|---|
KeyDown | Represents a key down event. |
KeyPress | Represents a key press (key down + key up) event. |
KeyUp | Represents a key up event. |