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

◆ UpdateLeftStickWithValue()

void InControl.InputDevice.UpdateLeftStickWithValue ( Vector2 value,
ulong updateTick,
float deltaTime )
inlineinherited

Definition at line 469 of file InputDevice.cs.

470 {
471 if (this.cachedLeftStickLeft == null)
472 {
473 InputControl control = this.GetControl(InputControlType.LeftStickLeft);
474 this.cachedLeftStickLeft = control;
475 }
476 if (this.cachedLeftStickRight == null)
477 {
478 InputControl control2 = this.GetControl(InputControlType.LeftStickRight);
480 }
481 if (!true)
482 {
483 }
484 if (!true)
485 {
486 }
487 if (this.cachedLeftStickUp != null)
488 {
489 if (this.cachedLeftStickDown == null)
490 {
491 InputControl control3 = this.GetControl(InputControlType.LeftStickDown);
493 return;
494 }
495 }
496 else
497 {
498 InputControl control4 = this.GetControl(InputControlType.LeftStickUp);
500 if (this.cachedLeftStickDown == null)
501 {
502 InputControl control5 = this.GetControl(InputControlType.LeftStickDown);
504 }
505 }
506 }
class f__AnonymousType0<< Count > j__TPar
InputControl cachedLeftStickDown
InputControl cachedLeftStickRight
InputControl GetControl(InputControlType controlType)
InputControl cachedLeftStickUp
InputControl cachedLeftStickLeft

References InControl.InputDevice.cachedLeftStickDown, InControl.InputDevice.cachedLeftStickLeft, InControl.InputDevice.cachedLeftStickRight, InControl.InputDevice.cachedLeftStickUp, InControl.InputDevice.GetControl(), and j__TPar.