| ConfigurableInputCommandInputService Property |
Gets or sets the input service.
Namespace: DigitalRune.Game.InputAssembly: DigitalRune.Game.Input (in DigitalRune.Game.Input.dll) Version: 1.8.0.0 (1.8.0.14467)
Syntax public IInputService InputService { get; set; }
Public Property InputService As IInputService
Get
Set
public:
virtual property IInputService^ InputService {
IInputService^ get () sealed;
void set (IInputService^ value) sealed;
}
abstract InputService : IInputService with get, set
override InputService : IInputService with get, set
Property Value
Type:
IInputServiceThe input service.
Implements
IInputCommandInputServiceRemarks See Also