Click or drag to resize

IDeviceSupportedAxes Property

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

Enumerable of all axes this device supports.

Namespace:  RavingBots.MultiInput
Assembly:  RavingBots.MultiInput (in RavingBots.MultiInput.dll) Version: 0.12
Syntax
C#
IEnumerable<InputCode> SupportedAxes { get; }

Property Value

Type: IEnumerableInputCode
See Also