Table of Contents

Enum ModifierKey

Namespace
MLEM.Input
Assembly
MLEM.dll

An enum representing modifier keys. A modifier key is a key that is usually pressed as part of key combination to change the function of a regular key.

public enum ModifierKey
Extension Methods

Fields

Alt = 3

The alt modifier key. This represents Alt and Alt Graph.

Control = 2

The control modifier key. This represents Left Control and Right Control.

None = 0

No modifier key. Only used for GetModifier(Keys)

Shift = 1

The shift modifier key. This represents Left Shift and Right Shift keys.