Class KeybindChangedEventArgs
Contains all the information about a keybind changed event.
public class KeybindChangedEventArgs : ConfigOptionEventArgs<KeyCode>
- Inheritance
-
ConfigOptionEventArgs<KeyCode>KeybindChangedEventArgs
- Inherited Members
- Extension Methods
Constructors
KeybindChangedEventArgs(string, KeyCode)
Constructs a new KeybindChangedEventArgs.
public KeybindChangedEventArgs(string id, KeyCode key)
Parameters
id
string- The ID of the ModKeybindOption that was changed.
key
KeyCode- The new value for the ModKeybindOption.