Click or drag to resize

VirtualAxis Constructor

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

Constructs a new virtual axis, optionally setting Code property.

Namespace:  RavingBots.MultiInput
Assembly:  RavingBots.MultiInput (in RavingBots.MultiInput.dll) Version: 0.12
Syntax
C#
public VirtualAxis(
	InputCode code = InputCode.None
)

Parameters

code (Optional)
Type: RavingBots.MultiInputInputCode
Input code to set Code property to, or null.
See Also