Struct Keybind<T>
- Namespace
- SharpPluginLoader.Core.IO
- Assembly
- SharpPluginLoader.Core.dll
A hotkey, for either a keyboard or a controller.
public readonly struct Keybind<T> where T : Enum
Type Parameters
T
The enum type
- Inherited Members
Constructors
Keybind(T, params T[])
A hotkey, for either a keyboard or a controller.
public Keybind(T key, params T[] modifiers)
Parameters
key
TThe key
modifiers
T[]The modifiers
Fields
Key
public readonly T Key
Field Value
- T
Modifiers
public readonly T[] Modifiers
Field Value
- T[]