Namespace BepInEx.Unity.Mono.Configuration
Structs
KeyboardShortcut
A keyboard shortcut that can be used in Update method to check if user presses a key combo. The shortcut is only
triggered when the user presses the exact combination. For example, F + LeftCtrl
will trigger only if user
presses and holds only LeftCtrl, and then presses F. If any other keys are pressed, the shortcut will not trigger.
Can be used as a value of a setting in Bind<T>(ConfigDefinition, T, ConfigDescription)
to allow user to change this shortcut and have the changes saved.
How to use: Use IsDown() in this class instead of