Skip to main content
Version: 0.2.0

Enum ModifierKeys

Namespace: ReadyM.Sdk.Common.Input
Assembly: ReadyM.Sdk.Common.dll

Represents modifier keys that can be pressed in combination with other keys.

[Flags]
public enum ModifierKeys

Fields

None = 0

Alt = 1

Control = 2

Shift = 4