Click or drag to resize
DigitalRuneIInputServiceModifierKeys 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
ModifierKeys ModifierKeys { get; }

Property Value

Type: ModifierKeys
The pressed modifier keys.
Remarks
The special keys ChatPadGreen and ChatPadOrange are ignored and not detected.
See Also