Click or drag to resize
DigitalRuneInputEventArgsContext Property
Gets or sets the input context.

Namespace: DigitalRune.Game.UI.Controls
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public InputContext Context { get; set; }

Property Value

Type: InputContext
The input context.
See Also