terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ OnLevelWasLoaded()

static void InControl.InputManager.OnLevelWasLoaded ( )
inlinestaticpackage

Definition at line 682 of file InputManager.cs.

683 {
684 if (!true)
685 {
686 }
687 InputManager.SetZeroTickOnAllControls();
688 InputManager.UpdateInternal();
689 }

References InControl.InputManager.SetZeroTickOnAllControls(), and InControl.InputManager.UpdateInternal().

Referenced by InControl.InControlManager.OnSceneWasLoaded().