Click or drag to resize
DigitalRuneConfigurableInputCommand.InputService Property
Gets or sets the input service.

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

Property Value

Type: IInputService
The input service.

Implements

IInputCommand.InputService
Remarks
This property is automatically set when the command is added to an IInputService (see Commands). This property is null if this command is not added to an IInputService .
See Also