Click or drag to resize

IVirtualAxisCommit Method

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

Commits changes to the next frame.

Namespace:  RavingBots.MultiInput
Assembly:  RavingBots.MultiInput (in RavingBots.MultiInput.dll) Version: 0.12
Syntax
C#
void Commit()
Remarks
After this method is called, both previous and current values will change.
Important note Important
This does not clear the uncommitted value, as some axes need to report the same value until they're explicitly reset.
See Also