Click or drag to resize

IDeviceItem Property

[This is preliminary documentation and is subject to change.]

Returns a virtual axis object or null if the axis is not supported by this device.

Namespace:  RavingBots.MultiInput
Assembly:  RavingBots.MultiInput (in RavingBots.MultiInput.dll) Version: 0.12
Syntax
C#
IVirtualAxis this[
	InputCode code
] { get; }

Parameters

code
Type: RavingBots.MultiInputInputCode
Code of the axis.

Property Value

Type: IVirtualAxis
Remarks
Devices are allowed to claim support for axes but never report any values on them.
See Also