Click or drag to resize
DigitalRuneIInputCommandInputService 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
IInputService InputService { get; set; }

Property Value

Type: IInputService
The input service.
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