### YamlMime:ManagedReference items: - uid: MLEM.Input.MouseButton commentId: T:MLEM.Input.MouseButton id: MouseButton parent: MLEM.Input children: - MLEM.Input.MouseButton.Extra1 - MLEM.Input.MouseButton.Extra2 - MLEM.Input.MouseButton.Left - MLEM.Input.MouseButton.Middle - MLEM.Input.MouseButton.Right langs: - csharp - vb name: MouseButton nameWithType: MouseButton fullName: MLEM.Input.MouseButton type: Enum source: remote: path: MLEM/Input/MouseExtensions.cs branch: master repo: https://github.com/Ellpeck/MLEM id: MouseButton path: ../MLEM/Input/MouseExtensions.cs startLine: 46 assemblies: - MLEM namespace: MLEM.Input summary: "\nThis enum is a list of possible mouse buttons.\nIt serves as a wrapper around 's button properties.\n" example: [] syntax: content: public enum MouseButton content.vb: Public Enum MouseButton modifiers.csharp: - public - enum modifiers.vb: - Public - Enum - uid: MLEM.Input.MouseButton.Left commentId: F:MLEM.Input.MouseButton.Left id: Left parent: MLEM.Input.MouseButton langs: - csharp - vb name: Left nameWithType: MouseButton.Left fullName: MLEM.Input.MouseButton.Left type: Field source: remote: path: MLEM/Input/MouseExtensions.cs branch: master repo: https://github.com/Ellpeck/MLEM id: Left path: ../MLEM/Input/MouseExtensions.cs startLine: 51 assemblies: - MLEM namespace: MLEM.Input summary: "\nThe left mouse button, or \n" example: [] syntax: content: Left = 0 return: type: MLEM.Input.MouseButton modifiers.csharp: - public - const modifiers.vb: - Public - Const - uid: MLEM.Input.MouseButton.Middle commentId: F:MLEM.Input.MouseButton.Middle id: Middle parent: MLEM.Input.MouseButton langs: - csharp - vb name: Middle nameWithType: MouseButton.Middle fullName: MLEM.Input.MouseButton.Middle type: Field source: remote: path: MLEM/Input/MouseExtensions.cs branch: master repo: https://github.com/Ellpeck/MLEM id: Middle path: ../MLEM/Input/MouseExtensions.cs startLine: 55 assemblies: - MLEM namespace: MLEM.Input summary: "\nThe middle mouse button, or \n" example: [] syntax: content: Middle = 1 return: type: MLEM.Input.MouseButton modifiers.csharp: - public - const modifiers.vb: - Public - Const - uid: MLEM.Input.MouseButton.Right commentId: F:MLEM.Input.MouseButton.Right id: Right parent: MLEM.Input.MouseButton langs: - csharp - vb name: Right nameWithType: MouseButton.Right fullName: MLEM.Input.MouseButton.Right type: Field source: remote: path: MLEM/Input/MouseExtensions.cs branch: master repo: https://github.com/Ellpeck/MLEM id: Right path: ../MLEM/Input/MouseExtensions.cs startLine: 59 assemblies: - MLEM namespace: MLEM.Input summary: "\nThe right mouse button, or \n" example: [] syntax: content: Right = 2 return: type: MLEM.Input.MouseButton modifiers.csharp: - public - const modifiers.vb: - Public - Const - uid: MLEM.Input.MouseButton.Extra1 commentId: F:MLEM.Input.MouseButton.Extra1 id: Extra1 parent: MLEM.Input.MouseButton langs: - csharp - vb name: Extra1 nameWithType: MouseButton.Extra1 fullName: MLEM.Input.MouseButton.Extra1 type: Field source: remote: path: MLEM/Input/MouseExtensions.cs branch: master repo: https://github.com/Ellpeck/MLEM id: Extra1 path: ../MLEM/Input/MouseExtensions.cs startLine: 63 assemblies: - MLEM namespace: MLEM.Input summary: "\nThe first extra mouse button, or \n" example: [] syntax: content: Extra1 = 3 return: type: MLEM.Input.MouseButton modifiers.csharp: - public - const modifiers.vb: - Public - Const - uid: MLEM.Input.MouseButton.Extra2 commentId: F:MLEM.Input.MouseButton.Extra2 id: Extra2 parent: MLEM.Input.MouseButton langs: - csharp - vb name: Extra2 nameWithType: MouseButton.Extra2 fullName: MLEM.Input.MouseButton.Extra2 type: Field source: remote: path: MLEM/Input/MouseExtensions.cs branch: master repo: https://github.com/Ellpeck/MLEM id: Extra2 path: ../MLEM/Input/MouseExtensions.cs startLine: 67 assemblies: - MLEM namespace: MLEM.Input summary: "\nThe second extra mouse button, or \n" example: [] syntax: content: Extra2 = 4 return: type: MLEM.Input.MouseButton modifiers.csharp: - public - const modifiers.vb: - Public - Const references: - uid: Microsoft.Xna.Framework.Input.MouseState commentId: T:Microsoft.Xna.Framework.Input.MouseState parent: Microsoft.Xna.Framework.Input isExternal: true name: MouseState nameWithType: MouseState fullName: Microsoft.Xna.Framework.Input.MouseState - uid: MLEM.Input commentId: N:MLEM.Input name: MLEM.Input nameWithType: MLEM.Input fullName: MLEM.Input - uid: Microsoft.Xna.Framework.Input commentId: N:Microsoft.Xna.Framework.Input isExternal: true name: Microsoft.Xna.Framework.Input nameWithType: Microsoft.Xna.Framework.Input fullName: Microsoft.Xna.Framework.Input - uid: Microsoft.Xna.Framework.Input.MouseState.LeftButton commentId: P:Microsoft.Xna.Framework.Input.MouseState.LeftButton isExternal: true - uid: MLEM.Input.MouseButton commentId: T:MLEM.Input.MouseButton parent: MLEM.Input name: MouseButton nameWithType: MouseButton fullName: MLEM.Input.MouseButton - uid: Microsoft.Xna.Framework.Input.MouseState.MiddleButton commentId: P:Microsoft.Xna.Framework.Input.MouseState.MiddleButton isExternal: true - uid: Microsoft.Xna.Framework.Input.MouseState.RightButton commentId: P:Microsoft.Xna.Framework.Input.MouseState.RightButton isExternal: true - uid: Microsoft.Xna.Framework.Input.MouseState.XButton1 commentId: P:Microsoft.Xna.Framework.Input.MouseState.XButton1 isExternal: true - uid: Microsoft.Xna.Framework.Input.MouseState.XButton2 commentId: P:Microsoft.Xna.Framework.Input.MouseState.XButton2 isExternal: true