mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-14 10:09:09 +01:00
264 lines
7.7 KiB
YAML
264 lines
7.7 KiB
YAML
|
### YamlMime:ManagedReference
|
||
|
items:
|
||
|
- uid: MLEM.Input.ModifierKey
|
||
|
commentId: T:MLEM.Input.ModifierKey
|
||
|
id: ModifierKey
|
||
|
parent: MLEM.Input
|
||
|
children:
|
||
|
- MLEM.Input.ModifierKey.Alt
|
||
|
- MLEM.Input.ModifierKey.Control
|
||
|
- MLEM.Input.ModifierKey.None
|
||
|
- MLEM.Input.ModifierKey.Shift
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: ModifierKey
|
||
|
nameWithType: ModifierKey
|
||
|
fullName: MLEM.Input.ModifierKey
|
||
|
type: Enum
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM/Input/KeysExtensions.cs
|
||
|
branch: main
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: ModifierKey
|
||
|
path: ../MLEM/Input/KeysExtensions.cs
|
||
|
startLine: 67
|
||
|
assemblies:
|
||
|
- MLEM
|
||
|
namespace: MLEM.Input
|
||
|
summary: >-
|
||
|
An enum representing modifier keys.
|
||
|
|
||
|
A modifier key is a key that is usually pressed as part of key combination to change the function of a regular key.
|
||
|
example: []
|
||
|
syntax:
|
||
|
content: public enum ModifierKey
|
||
|
content.vb: Public Enum ModifierKey
|
||
|
extensionMethods:
|
||
|
- MLEM.Input.ModifierKey.MLEM.Input.KeysExtensions.GetKeys
|
||
|
- uid: MLEM.Input.ModifierKey.None
|
||
|
commentId: F:MLEM.Input.ModifierKey.None
|
||
|
id: None
|
||
|
parent: MLEM.Input.ModifierKey
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: None
|
||
|
nameWithType: ModifierKey.None
|
||
|
fullName: MLEM.Input.ModifierKey.None
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM/Input/KeysExtensions.cs
|
||
|
branch: main
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: None
|
||
|
path: ../MLEM/Input/KeysExtensions.cs
|
||
|
startLine: 72
|
||
|
assemblies:
|
||
|
- MLEM
|
||
|
namespace: MLEM.Input
|
||
|
summary: No modifier key. Only used for <xref href="MLEM.Input.KeysExtensions.GetModifier(Microsoft.Xna.Framework.Input.Keys)" data-throw-if-not-resolved="false"></xref>
|
||
|
example: []
|
||
|
syntax:
|
||
|
content: None = 0
|
||
|
return:
|
||
|
type: MLEM.Input.ModifierKey
|
||
|
- uid: MLEM.Input.ModifierKey.Shift
|
||
|
commentId: F:MLEM.Input.ModifierKey.Shift
|
||
|
id: Shift
|
||
|
parent: MLEM.Input.ModifierKey
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: Shift
|
||
|
nameWithType: ModifierKey.Shift
|
||
|
fullName: MLEM.Input.ModifierKey.Shift
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM/Input/KeysExtensions.cs
|
||
|
branch: main
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: Shift
|
||
|
path: ../MLEM/Input/KeysExtensions.cs
|
||
|
startLine: 76
|
||
|
assemblies:
|
||
|
- MLEM
|
||
|
namespace: MLEM.Input
|
||
|
summary: The shift modifier key. This represents Left Shift and Right Shift keys.
|
||
|
example: []
|
||
|
syntax:
|
||
|
content: Shift = 1
|
||
|
return:
|
||
|
type: MLEM.Input.ModifierKey
|
||
|
- uid: MLEM.Input.ModifierKey.Control
|
||
|
commentId: F:MLEM.Input.ModifierKey.Control
|
||
|
id: Control
|
||
|
parent: MLEM.Input.ModifierKey
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: Control
|
||
|
nameWithType: ModifierKey.Control
|
||
|
fullName: MLEM.Input.ModifierKey.Control
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM/Input/KeysExtensions.cs
|
||
|
branch: main
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: Control
|
||
|
path: ../MLEM/Input/KeysExtensions.cs
|
||
|
startLine: 80
|
||
|
assemblies:
|
||
|
- MLEM
|
||
|
namespace: MLEM.Input
|
||
|
summary: The control modifier key. This represents Left Control and Right Control.
|
||
|
example: []
|
||
|
syntax:
|
||
|
content: Control = 2
|
||
|
return:
|
||
|
type: MLEM.Input.ModifierKey
|
||
|
- uid: MLEM.Input.ModifierKey.Alt
|
||
|
commentId: F:MLEM.Input.ModifierKey.Alt
|
||
|
id: Alt
|
||
|
parent: MLEM.Input.ModifierKey
|
||
|
langs:
|
||
|
- csharp
|
||
|
- vb
|
||
|
name: Alt
|
||
|
nameWithType: ModifierKey.Alt
|
||
|
fullName: MLEM.Input.ModifierKey.Alt
|
||
|
type: Field
|
||
|
source:
|
||
|
remote:
|
||
|
path: MLEM/Input/KeysExtensions.cs
|
||
|
branch: main
|
||
|
repo: https://github.com/Ellpeck/MLEM
|
||
|
id: Alt
|
||
|
path: ../MLEM/Input/KeysExtensions.cs
|
||
|
startLine: 84
|
||
|
assemblies:
|
||
|
- MLEM
|
||
|
namespace: MLEM.Input
|
||
|
summary: The alt modifier key. This represents Alt and Alt Graph.
|
||
|
example: []
|
||
|
syntax:
|
||
|
content: Alt = 3
|
||
|
return:
|
||
|
type: MLEM.Input.ModifierKey
|
||
|
references:
|
||
|
- uid: MLEM.Input
|
||
|
commentId: N:MLEM.Input
|
||
|
href: MLEM.html
|
||
|
name: MLEM.Input
|
||
|
nameWithType: MLEM.Input
|
||
|
fullName: MLEM.Input
|
||
|
spec.csharp:
|
||
|
- uid: MLEM
|
||
|
name: MLEM
|
||
|
href: MLEM.html
|
||
|
- name: .
|
||
|
- uid: MLEM.Input
|
||
|
name: Input
|
||
|
href: MLEM.Input.html
|
||
|
spec.vb:
|
||
|
- uid: MLEM
|
||
|
name: MLEM
|
||
|
href: MLEM.html
|
||
|
- name: .
|
||
|
- uid: MLEM.Input
|
||
|
name: Input
|
||
|
href: MLEM.Input.html
|
||
|
- uid: MLEM.Input.ModifierKey.MLEM.Input.KeysExtensions.GetKeys
|
||
|
commentId: M:MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey)
|
||
|
parent: MLEM.Input.KeysExtensions
|
||
|
definition: MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey)
|
||
|
href: MLEM.Input.KeysExtensions.html#MLEM_Input_KeysExtensions_GetKeys_MLEM_Input_ModifierKey_
|
||
|
name: GetKeys(ModifierKey)
|
||
|
nameWithType: KeysExtensions.GetKeys(ModifierKey)
|
||
|
fullName: MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey)
|
||
|
spec.csharp:
|
||
|
- uid: MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey)
|
||
|
name: GetKeys
|
||
|
href: MLEM.Input.KeysExtensions.html#MLEM_Input_KeysExtensions_GetKeys_MLEM_Input_ModifierKey_
|
||
|
- name: (
|
||
|
- uid: MLEM.Input.ModifierKey
|
||
|
name: ModifierKey
|
||
|
href: MLEM.Input.ModifierKey.html
|
||
|
- name: )
|
||
|
spec.vb:
|
||
|
- uid: MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey)
|
||
|
name: GetKeys
|
||
|
href: MLEM.Input.KeysExtensions.html#MLEM_Input_KeysExtensions_GetKeys_MLEM_Input_ModifierKey_
|
||
|
- name: (
|
||
|
- uid: MLEM.Input.ModifierKey
|
||
|
name: ModifierKey
|
||
|
href: MLEM.Input.ModifierKey.html
|
||
|
- name: )
|
||
|
- uid: MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey)
|
||
|
commentId: M:MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey)
|
||
|
href: MLEM.Input.KeysExtensions.html#MLEM_Input_KeysExtensions_GetKeys_MLEM_Input_ModifierKey_
|
||
|
name: GetKeys(ModifierKey)
|
||
|
nameWithType: KeysExtensions.GetKeys(ModifierKey)
|
||
|
fullName: MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey)
|
||
|
spec.csharp:
|
||
|
- uid: MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey)
|
||
|
name: GetKeys
|
||
|
href: MLEM.Input.KeysExtensions.html#MLEM_Input_KeysExtensions_GetKeys_MLEM_Input_ModifierKey_
|
||
|
- name: (
|
||
|
- uid: MLEM.Input.ModifierKey
|
||
|
name: ModifierKey
|
||
|
href: MLEM.Input.ModifierKey.html
|
||
|
- name: )
|
||
|
spec.vb:
|
||
|
- uid: MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey)
|
||
|
name: GetKeys
|
||
|
href: MLEM.Input.KeysExtensions.html#MLEM_Input_KeysExtensions_GetKeys_MLEM_Input_ModifierKey_
|
||
|
- name: (
|
||
|
- uid: MLEM.Input.ModifierKey
|
||
|
name: ModifierKey
|
||
|
href: MLEM.Input.ModifierKey.html
|
||
|
- name: )
|
||
|
- uid: MLEM.Input.KeysExtensions
|
||
|
commentId: T:MLEM.Input.KeysExtensions
|
||
|
parent: MLEM.Input
|
||
|
href: MLEM.Input.KeysExtensions.html
|
||
|
name: KeysExtensions
|
||
|
nameWithType: KeysExtensions
|
||
|
fullName: MLEM.Input.KeysExtensions
|
||
|
- uid: MLEM.Input.KeysExtensions.GetModifier(Microsoft.Xna.Framework.Input.Keys)
|
||
|
commentId: M:MLEM.Input.KeysExtensions.GetModifier(Microsoft.Xna.Framework.Input.Keys)
|
||
|
isExternal: true
|
||
|
href: MLEM.Input.KeysExtensions.html#MLEM_Input_KeysExtensions_GetModifier_Microsoft_Xna_Framework_Input_Keys_
|
||
|
name: GetModifier(Keys)
|
||
|
nameWithType: KeysExtensions.GetModifier(Keys)
|
||
|
fullName: MLEM.Input.KeysExtensions.GetModifier(Microsoft.Xna.Framework.Input.Keys)
|
||
|
spec.csharp:
|
||
|
- uid: MLEM.Input.KeysExtensions.GetModifier(Microsoft.Xna.Framework.Input.Keys)
|
||
|
name: GetModifier
|
||
|
href: MLEM.Input.KeysExtensions.html#MLEM_Input_KeysExtensions_GetModifier_Microsoft_Xna_Framework_Input_Keys_
|
||
|
- name: (
|
||
|
- uid: Microsoft.Xna.Framework.Input.Keys
|
||
|
name: Keys
|
||
|
isExternal: true
|
||
|
- name: )
|
||
|
spec.vb:
|
||
|
- uid: MLEM.Input.KeysExtensions.GetModifier(Microsoft.Xna.Framework.Input.Keys)
|
||
|
name: GetModifier
|
||
|
href: MLEM.Input.KeysExtensions.html#MLEM_Input_KeysExtensions_GetModifier_Microsoft_Xna_Framework_Input_Keys_
|
||
|
- name: (
|
||
|
- uid: Microsoft.Xna.Framework.Input.Keys
|
||
|
name: Keys
|
||
|
isExternal: true
|
||
|
- name: )
|
||
|
- uid: MLEM.Input.ModifierKey
|
||
|
commentId: T:MLEM.Input.ModifierKey
|
||
|
parent: MLEM.Input
|
||
|
href: MLEM.Input.ModifierKey.html
|
||
|
name: ModifierKey
|
||
|
nameWithType: ModifierKey
|
||
|
fullName: MLEM.Input.ModifierKey
|