Enum HotkeySet
Specifies different sets of input controls, such as any mouse button, any keyboard key, etc.
Namespace: EyeAuras.DefaultAuras.Triggers.HotkeyIsActive
Assembly: EyeAuras.DefaultAuras.Metadata.dll
Syntax
public enum HotkeySet
Fields
Name | Description |
---|---|
Any | Represents any key on the keyboard or any button on the mouse. |
Keyboard | Represents any key on the keyboard. |
Mouse | Represents any button on the mouse. |
None | Represents the fact that no specific set is selected |