inverseModifiers
if they are also present in modifiers
, or if they are the main key
.
example: []
syntax:
content: public Combination(GenericInput key, GenericInput[] modifiers, GenericInput[] inverseModifiers)
parameters:
- id: key
type: MLEM.Input.GenericInput
description: The key.
- id: modifiers
type: MLEM.Input.GenericInput[]
description: The modifiers, or null to use no modifiers.
- id: inverseModifiers
type: MLEM.Input.GenericInput[]
description: The inverse modifiers, or null to use no modifiers.
content.vb: Public Sub New(key As GenericInput, modifiers As GenericInput(), inverseModifiers As GenericInput())
overload: MLEM.Input.Keybind.Combination.#ctor*
nameWithType.vb: Keybind.Combination.New(GenericInput, GenericInput(), GenericInput())
fullName.vb: MLEM.Input.Keybind.Combination.New(MLEM.Input.GenericInput, MLEM.Input.GenericInput(), MLEM.Input.GenericInput())
name.vb: New(GenericInput, GenericInput(), GenericInput())
- uid: MLEM.Input.Keybind.Combination.#ctor
commentId: M:MLEM.Input.Keybind.Combination.#ctor
id: '#ctor'
parent: MLEM.Input.Keybind.Combination
langs:
- csharp
- vb
name: Combination()
nameWithType: Keybind.Combination.Combination()
fullName: MLEM.Input.Keybind.Combination.Combination()
type: Constructor
source:
remote:
path: MLEM/Input/Keybind.cs
branch: main
repo: https://github.com/Ellpeck/MLEM
id: .ctor
path: ../MLEM/Input/Keybind.cs
startLine: 374
assemblies:
- MLEM
namespace: MLEM.Input
summary: Creates a new empty combination using the default joiner
set to " + ".
example: []
syntax:
content: public string ToString(string joiner, FuncValue | Meaning |
---|---|
Less than zero | This instance precedes other in the sort order. |
Zero | This instance occurs in the same position in the sort order as other . |
Greater than zero | This instance follows other in the sort order. |
Value | Meaning |
---|---|
Less than zero | This instance precedes obj in the sort order. |
Zero | This instance occurs in the same position in the sort order as obj . |
Greater than zero | This instance follows obj in the sort order. |
obj
is not the same type as this instance.
implements:
- System.IComparable.CompareTo(System.Object)
nameWithType.vb: Keybind.Combination.CompareTo(Object)
fullName.vb: MLEM.Input.Keybind.Combination.CompareTo(Object)
name.vb: CompareTo(Object)
- uid: MLEM.Input.Keybind.Combination.ToString
commentId: M:MLEM.Input.Keybind.Combination.ToString
id: ToString
parent: MLEM.Input.Keybind.Combination
langs:
- csharp
- vb
name: ToString()
nameWithType: Keybind.Combination.ToString()
fullName: MLEM.Input.Keybind.Combination.ToString()
type: Method
source:
remote:
path: MLEM/Input/Keybind.cs
branch: main
repo: https://github.com/Ellpeck/MLEM
id: ToString
path: ../MLEM/Input/Keybind.cs
startLine: 508
assemblies:
- MLEM
namespace: MLEM.Input
summary: Returns a string that represents the current object.
example: []
syntax:
content: public override string ToString()
return:
type: System.String
description: A string that represents the current object.
content.vb: Public Overrides Function ToString() As String
overridden: System.Object.ToString
overload: MLEM.Input.Keybind.Combination.ToString*
references:
- uid: MLEM.Input.GenericInput
commentId: T:MLEM.Input.GenericInput
parent: MLEM.Input
href: MLEM.Input.GenericInput.html
name: GenericInput
nameWithType: GenericInput
fullName: MLEM.Input.GenericInput
- uid: System.IComparable
commentId: T:System.IComparable
parent: System
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.icomparable
name: IComparable
nameWithType: IComparable
fullName: System.IComparable
- uid: System.IComparable`1
commentId: T:System.IComparable`1
isExternal: true
href: https://learn.microsoft.com/dotnet/api/system.icomparable-1
name: IComparable