Enum InputEventType
Input event type
Namespace: Terminaux.Inputs
Assembly: Terminaux.dll
Syntax
[Flags]
public enum InputEventType
Fields
| Name | Description |
|---|---|
| Keyboard | Keyboard event |
| Mouse | Mouse event |
| None | No event |
| Position | Position event |