Click or drag to resize
DigitalRuneInputMappingAxis Property
Gets or sets the analog device input that controls the action.

Namespace: DigitalRune.Game.Input
Assembly: DigitalRune.Game.Input (in DigitalRune.Game.Input.dll) Version: 1.8.0.0 (1.8.0.14467)
Syntax
public Nullable<DeviceAxis> Axis { get; set; }

Property Value

Type: NullableDeviceAxis
The analog device input that controls the action.
See Also