Enum KeybindType
Definition
Namespace: StardewUI.Widgets.Keybinding
Assembly: StardewUI.dll
Specifies the exact type of keybind supported by a widget using a KeybindList.
Inheritance
Object ⇦ ValueType ⇦ Enum ⇦ KeybindType
Fields
Name | Value | Description |
---|---|---|
SingleButton | 0 | The binding is a single SButton and does not support key combinations. |
SingleKeybind | 1 | The binding is a single Keybind, supporting exactly one combination of keys that must all be pressed. |
MultipleKeybinds | 2 | The binding is a real KeybindList, which can handle any number of individual Keybinds each with their own key combination. |