Enum MouseButton
The MouseButton enumeration describes the buttons available on the mouse device.
public enum MouseButtonFields
- Left = 0
- The left mouse button. 
- Middle = 1
- The middle mouse button. 
- Right = 2
- The right mouse button. 
- Unknown = 5
- Mouse button not specified. 
- XButton1 = 3
- The fourth mouse button. 
- XButton2 = 4
- The fifth mouse button.