Table of Contents

Enum Modifiers

Namespace
Lime
Assembly
Lime.dll
[Flags]
public enum Modifiers

Fields

Alt = 1
Command = 2

Command modifier corresponds to Control on Windows and Command key on Mac.

Control = 2
None = 0
Shift = 4
Win = 8