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

◆ ResetInternal()

static void InControl.InputManager.ResetInternal ( )
inlinestaticpackage

Definition at line 517 of file InputManager.cs.

518 {
519 int num = 1;
520 if (num == 0)
521 {
522 }
523 if (num != 0)
524 {
525 }
526 InputManager.DestroyDeviceManagers();
527 InputManager.DestroyDevices();
528 if (!true)
529 {
530 }
531 }

References InControl.InputManager.DestroyDeviceManagers(), and InControl.InputManager.DestroyDevices().

Referenced by InControl.InputManager.OnApplicationQuit(), and InControl.InputManager.Reload().