Click or drag to resize
DigitalRuneUIManagerInputService Property
Gets the input service.

Namespace: DigitalRune.Game.UI
Assembly: DigitalRune.Game.UI (in DigitalRune.Game.UI.dll) Version: 1.8.0.0 (1.8.0.14553)
Syntax
public IInputService InputService { get; }

Property Value

Type: IInputService
The input service.

Implements

IUIServiceInputService
See Also