Enum PointerModifiers
Pointer modifiers
Namespace: Terminaux.Inputs.Pointer
Assembly: Terminaux.dll
Syntax
public enum PointerModifiers
Fields
| Name | Description |
|---|---|
| Alt | ALT key was pressed at the time of the event |
| Ctrl | CTRL key was pressed at the time of the event |
| None | No key was pressed at the time of the event |
| Shift | SHIFT key was pressed at the time of the event |