| MouseButtons Enumeration |
Namespace: DigitalRune.Game.Input
| Member name | Value | Description | |
|---|---|---|---|
| Left | 0 | The left mouse button. | |
| Middle | 1 | The middle mouse button. | |
| Right | 2 | The right mouse button. | |
| XButton1 | 3 | The first additional mouse button. | |
| XButton2 | 4 | The second additional mouse button. |