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

◆ SetupInternal()

static bool InControl.InputManager.SetupInternal ( )
inlinestaticpackage

Definition at line 497 of file InputManager.cs.

498 {
499 if (!true)
500 {
501 }
502 int num = 1;
503 if (num == 0)
504 {
505 }
506 if (num != 0)
507 {
508 }
509 string platformName = Utility.GetPlatformName(true);
510 if (!true)
511 {
512 }
513 return NativeInputDeviceManager.Enable();
514 }
class f__AnonymousType0<< Count > j__TPar

References InControl.NativeInputDeviceManager.Enable(), InControl.Utility.GetPlatformName(), and j__TPar.

Referenced by InControl.InControlManager.OnEnable(), and InControl.InputManager.Reload().