Enum MouseButton
Defines the possible mouse buttons.
Namespace: Sharpie
Assembly: sharpie.dll
Syntax
[PublicAPI]
public enum MouseButton : uint
Fields
| Name | Description |
|---|---|
| Button1 | The button 1. |
| Button2 | The button 2. |
| Button3 | The button 3. |
| Button4 | The button 4. |
| Button5 | The button 5. |
| Unknown | Unknown button. |