Click or drag to resize
DigitalRuneConfigurableInputCommandInputService 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

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