Click or drag to resize

InputStateReset Method

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

Resets the state of all axes on all devices.

Namespace:  RavingBots.MultiInput
Assembly:  RavingBots.MultiInput (in RavingBots.MultiInput.dll) Version: 0.12
Syntax
C#
public void Reset()
Remarks
This method works by committing a zero value on every supported axis on every known device.
See Also