Click or drag to resize
DigitalRuneModifierKeys Enumeration
Describes the pressed modifier keys.

Namespace: DigitalRune.Game.Input
Assembly: DigitalRune.Game.Input (in DigitalRune.Game.Input.dll) Version: 1.8.0.0 (1.8.0.14467)
Syntax
[FlagsAttribute]
public enum ModifierKeys
Members
  Member nameValueDescription
None0 No modifier key is pressed.
Alt1 Alt is pressed.
Control2 Control is pressed.
Shift4 Shift is pressed.
Apple8 Apple key is pressed.
Windows8 Windows key is pressed.
ChatPadGreen16 ChatPadGreen is pressed.
ChatPadOrange32 ChatPadOrange is pressed.
ShiftAlt5 Shift and Alt are pressed.
ControlAlt3 Control and Alt are pressed.
ControlShift6 Control and Shift are pressed.
ControlShiftAlt7 Control, Shift and Alt are pressed.
See Also