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