Enum ModifierKeys
- Namespace
- VectorDraw.Serialize
- Assembly
- VectorDraw.Serialize.dll
Defines modifier key flags used by the VectorDraw serialization and input systems.
This enumeration is decorated with the FlagsAttribute to allow
bitwise combination of its member values.
public enum ModifierKeys
Fields
ALT = 262144The Alt (Menu) key modifier is presed.
CONTROL = 131072The Control key modifier is pressed.
NONE = 0No modifier keys are pressed. This is the default value.
SHIFT = 65536The Shift key modifier is presed.