Enum MouseAction
Mouse Actions
Namespace: EmptyKeys.UserInterface.Input
Assembly: EmptyKeys.UserInterface.dll
Syntax
public enum MouseAction : byte
Fields
| Name | Description |
|---|---|
| LeftClick | The left click |
| LeftDoubleClick | The left double click |
| MiddleClick | The middle click |
| MiddleDoubleClick | The middle double click |
| None | The none |
| RightClick | The right click |
| RightDoubleClick | The right double click |
| WheelClick | The wheel click |