### 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: master repo: https://github.com/Ellpeck/MLEM id: ModifierKey path: ../MLEM/Input/KeysExtensions.cs startLine: 67 assemblies: - MLEM namespace: MLEM.Input summary: "\nAn enum representing modifier keys.\nA modifier key is a key that is usually pressed as part of key combination to change the function of a regular key.\n" example: [] syntax: content: public enum ModifierKey content.vb: Public Enum ModifierKey extensionMethods: - MLEM.Input.ModifierKey.MLEM.Input.KeysExtensions.GetKeys modifiers.csharp: - public - enum modifiers.vb: - Public - Enum - 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: master repo: https://github.com/Ellpeck/MLEM id: None path: ../MLEM/Input/KeysExtensions.cs startLine: 72 assemblies: - MLEM namespace: MLEM.Input summary: "\nNo modifier key. Only used for \n" example: [] syntax: content: None = 0 return: type: MLEM.Input.ModifierKey modifiers.csharp: - public - const modifiers.vb: - Public - Const - 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: master repo: https://github.com/Ellpeck/MLEM id: Shift path: ../MLEM/Input/KeysExtensions.cs startLine: 76 assemblies: - MLEM namespace: MLEM.Input summary: "\nThe shift modifier key. This represents Left Shift and Right Shift keys.\n" example: [] syntax: content: Shift = 1 return: type: MLEM.Input.ModifierKey modifiers.csharp: - public - const modifiers.vb: - Public - Const - 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: master repo: https://github.com/Ellpeck/MLEM id: Control path: ../MLEM/Input/KeysExtensions.cs startLine: 80 assemblies: - MLEM namespace: MLEM.Input summary: "\nThe control modifier key. This represents Left Control and Right Control.\n" example: [] syntax: content: Control = 2 return: type: MLEM.Input.ModifierKey modifiers.csharp: - public - const modifiers.vb: - Public - Const - 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: master repo: https://github.com/Ellpeck/MLEM id: Alt path: ../MLEM/Input/KeysExtensions.cs startLine: 84 assemblies: - MLEM namespace: MLEM.Input summary: "\nThe alt modifier key. This represents Alt and Alt Graph.\n" example: [] syntax: content: Alt = 3 return: type: MLEM.Input.ModifierKey modifiers.csharp: - public - const modifiers.vb: - Public - Const references: - uid: MLEM.Input commentId: N:MLEM.Input name: MLEM.Input nameWithType: MLEM.Input fullName: MLEM.Input - 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) name: GetKeys() nameWithType: KeysExtensions.GetKeys() fullName: MLEM.Input.KeysExtensions.GetKeys() spec.csharp: - uid: MLEM.Input.KeysExtensions.GetKeys name: GetKeys nameWithType: KeysExtensions.GetKeys fullName: MLEM.Input.KeysExtensions.GetKeys - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) spec.vb: - uid: MLEM.Input.KeysExtensions.GetKeys name: GetKeys nameWithType: KeysExtensions.GetKeys fullName: MLEM.Input.KeysExtensions.GetKeys - name: ( nameWithType: ( fullName: ( - name: ) nameWithType: ) fullName: ) - uid: MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey) commentId: M: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 nameWithType: KeysExtensions.GetKeys fullName: MLEM.Input.KeysExtensions.GetKeys - name: ( nameWithType: ( fullName: ( - uid: MLEM.Input.ModifierKey name: ModifierKey nameWithType: ModifierKey fullName: MLEM.Input.ModifierKey - name: ) nameWithType: ) fullName: ) spec.vb: - uid: MLEM.Input.KeysExtensions.GetKeys(MLEM.Input.ModifierKey) name: GetKeys nameWithType: KeysExtensions.GetKeys fullName: MLEM.Input.KeysExtensions.GetKeys - name: ( nameWithType: ( fullName: ( - uid: MLEM.Input.ModifierKey name: ModifierKey nameWithType: ModifierKey fullName: MLEM.Input.ModifierKey - name: ) nameWithType: ) fullName: ) - uid: MLEM.Input.KeysExtensions commentId: T:MLEM.Input.KeysExtensions parent: MLEM.Input 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 - uid: MLEM.Input.ModifierKey commentId: T:MLEM.Input.ModifierKey parent: MLEM.Input name: ModifierKey nameWithType: ModifierKey fullName: MLEM.Input.ModifierKey