Enum MouseButton
Identifies a specific mouse button involved in a pointer event.
public enum MouseButton
Fields
Left = 0
The left mouse button, typically used for primary actions like selection or dragging.
Other = 2
Any other mouse button, such as middle-click or additional buttons on advanced mice.
Right = 1
The right mouse button, typically used for context menus or alternate actions.