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

◆ UpdateInternal()

static void InControl.InputManager.UpdateInternal ( )
inlinestaticpackage

Definition at line 543 of file InputManager.cs.

544 {
545 int num = 1;
546 if (num == 0)
547 {
548 }
549 InputManager.AssertIsSetup();
550 if (num != 0)
551 {
552 }
553 int num2 = 1;
554 if (num2 == 0)
555 {
556 }
557 if (num2 != 0)
558 {
559 if (num2 == 0)
560 {
561 }
562 InputManager.UpdateCurrentTime();
563 int num3 = 1;
564 if (num3 == 0)
565 {
566 }
567 InputDevice inputDevice = InputManager.ActiveDevice;
568 InputManager.UpdateActiveDevice();
569 InputDevice inputDevice2 = InputManager.ActiveDevice;
570 if (num3 == 0)
571 {
572 }
573 ulong <LastInputTick>k__BackingField;
574 if (inputDevice != null)
575 {
576 if (num3 == 0)
577 {
578 }
579 InputDevice inputDevice3 = InputManager.ActiveDevice;
580 <LastInputTick>k__BackingField = inputDevice.<LastInputTick>k__BackingField;
581 string <Meta>k__BackingField = inputDevice.<Meta>k__BackingField;
582 InputDeviceStyle <DeviceStyle>k__BackingField = inputDevice.<DeviceStyle>k__BackingField;
583 }
584 if (<LastInputTick>k__BackingField == 0UL)
585 {
586 }
587 if (<LastInputTick>k__BackingField != 0UL)
588 {
589 }
590 }
591 }
class f__AnonymousType0<< Count > j__TPar
static bool< CommandWasPressed > k__BackingField

References InControl.InputManager.ActiveDevice, InControl.InputManager.AssertIsSetup(), j__TPar, InControl.InputManager.k__BackingField, InControl.InputManager.UpdateActiveDevice(), and InControl.InputManager.UpdateCurrentTime().

Referenced by InControl.InControlManager.FixedUpdate(), InControl.InputManager.OnLevelWasLoaded(), InControl.InControlManager.Update(), and InControl.InputManager.Update().