Enum MouseButtonState
Defines the possible mouse button states.
Namespace: Sharpie
Assembly: sharpie.dll
Syntax
[PublicAPI]
public enum MouseButtonState : uint
Fields
Name | Description |
---|---|
Clicked | The button has been clicked. |
DoubleClicked | The button has been double clicked. |
None | No state to speak of. |
Pressed | The button has been pressed. |
Released | The button has been released. |
TripleClicked | The button has been triple clicked. |