Click or drag to resize
DigitalRuneIInputServiceSettings Property
Gets or sets the settings that define input handling, timing, etc.

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

Property Value

Type: InputSettings
The input settings.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is .
See Also