Enum KeyModifier
Namespace: Unity.Muse.Common
Assembly: solution.dll
Syntax
[Flags]
public enum KeyModifier
Fields
Name | Description |
---|---|
Action | Control key on Windows and Linux. Command key on macOS. |
Alt | Alt key (or Option key on macOS). |
Control | Marks that the Control key modifier is part of the key combination. Resolves to control key on Windows, macOS, and Linux. |
None | No modifier keys. |
Shift | Shift key. |