Buttons Enum
Namespace: GHIElectronics.TinyCLR.Devices.Usb · Assembly: GHIElectronics.TinyCLR.Devices.Usb
Lists available mouse buttons.
public enum Buttons : byte
Fields
| Name | Value | Description |
|---|---|---|
None | 0x00 | No button. |
Left | 0x01 | The left button. |
Right | 0x02 | The right button. |
Middle | 0x04 | The middle button. |
Extended1 | 0x08 | The first extended button. |
Extended2 | 0x10 | The second extended button. |