Click or drag to resize
DigitalRuneInputManagerModifierKeys Property
Gets 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
public ModifierKeys ModifierKeys { get; }

Property Value

Type: ModifierKeys
The pressed modifier keys.

Implements

IInputServiceModifierKeys
Remarks
The special keys ChatPadGreen and ChatPadOrange are ignored and not detected.
See Also