Enum EventType
Defines the possible event types.
Namespace: Sharpie
Assembly: sharpie.dll
Syntax
[PublicAPI]
public enum EventType
Fields
Name | Description |
---|---|
Delegate | Delegated object that needs to be processed on main context. |
KeyPress | A key has been pressed. |
MouseAction | The mouse buttons have been used. |
MouseMove | The mouse has moved. |
Start | The listening process has been started. |
Stop | The listening process has been stopped. |
TerminalResize | The terminal has been resized. |
Undefined | Undefined event. |