Enum MouseButton
This enum is a list of possible mouse buttons. It serves as a wrapper around Microsoft.Xna.Framework.Input.MouseState's button properties.
public enum MouseButton
Fields
Extra1 = 3
The first extra mouse button, or Microsoft.Xna.Framework.Input.MouseState.XButton1
Extra2 = 4
The second extra mouse button, or Microsoft.Xna.Framework.Input.MouseState.XButton2
Left = 0
The left mouse button, or Microsoft.Xna.Framework.Input.MouseState.LeftButton
Middle = 1
The middle mouse button, or Microsoft.Xna.Framework.Input.MouseState.MiddleButton
Right = 2
The right mouse button, or Microsoft.Xna.Framework.Input.MouseState.RightButton