MouseClickType Enum
Definition
What the mouse click type is
public enum MouseClickType
- Inheritance
- System.EnumMouseClickType
Fields
Left | 0 | Left button |
Middle | 1 | Middle button (scroll-wheel) |
Right | 2 | Right button |
What the mouse click type is
public enum MouseClickType
Left | 0 | Left button |
Middle | 1 | Middle button (scroll-wheel) |
Right | 2 | Right button |