2020-05-21 01:08:36 +02:00
### 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
2020-05-21 23:19:16 +02:00
startLine : 46
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Input
2020-05-21 23:19:16 +02:00
summary : "\nThis enum is a list of possible mouse buttons.\nIt serves as a wrapper around <xref href=\"Microsoft.Xna.Framework.Input.MouseState\" data-throw-if-not-resolved=\"false\"></xref>'s button properties.\n"
example : [ ]
2020-05-21 01:08:36 +02:00
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
2020-05-21 23:19:16 +02:00
startLine : 51
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Input
2020-05-21 23:19:16 +02:00
summary : "\nThe left mouse button, or <xref href=\"Microsoft.Xna.Framework.Input.MouseState.LeftButton\" data-throw-if-not-resolved=\"false\"></xref>\n"
example : [ ]
2020-05-21 01:08:36 +02:00
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
2020-05-21 23:19:16 +02:00
startLine : 55
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Input
2020-05-21 23:19:16 +02:00
summary : "\nThe middle mouse button, or <xref href=\"Microsoft.Xna.Framework.Input.MouseState.MiddleButton\" data-throw-if-not-resolved=\"false\"></xref>\n"
example : [ ]
2020-05-21 01:08:36 +02:00
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
2020-05-21 23:19:16 +02:00
startLine : 59
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Input
2020-05-21 23:19:16 +02:00
summary : "\nThe right mouse button, or <xref href=\"Microsoft.Xna.Framework.Input.MouseState.RightButton\" data-throw-if-not-resolved=\"false\"></xref>\n"
example : [ ]
2020-05-21 01:08:36 +02:00
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
2020-05-21 23:19:16 +02:00
startLine : 63
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Input
2020-05-21 23:19:16 +02:00
summary : "\nThe first extra mouse button, or <xref href=\"Microsoft.Xna.Framework.Input.MouseState.XButton1\" data-throw-if-not-resolved=\"false\"></xref>\n"
example : [ ]
2020-05-21 01:08:36 +02:00
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
2020-05-21 23:19:16 +02:00
startLine : 67
2020-05-21 01:08:36 +02:00
assemblies :
- MLEM
namespace : MLEM.Input
2020-05-21 23:19:16 +02:00
summary : "\nThe second extra mouse button, or <xref href=\"Microsoft.Xna.Framework.Input.MouseState.XButton2\" data-throw-if-not-resolved=\"false\"></xref>\n"
example : [ ]
2020-05-21 01:08:36 +02:00
syntax :
content : Extra2 = 4
return :
type : MLEM.Input.MouseButton
modifiers.csharp :
- public
- const
modifiers.vb :
- Public
- Const
references :
2020-05-21 23:19:16 +02:00
- 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
2020-05-21 01:08:36 +02:00
- uid : MLEM.Input
commentId : N : MLEM.Input
name : MLEM.Input
nameWithType : MLEM.Input
fullName : MLEM.Input
2020-05-21 23:19:16 +02:00
- 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
2020-05-21 01:08:36 +02:00
- uid : MLEM.Input.MouseButton
commentId : T:MLEM.Input.MouseButton
parent : MLEM.Input
name : MouseButton
nameWithType : MouseButton
fullName : MLEM.Input.MouseButton
2020-05-21 23:19:16 +02:00
- 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