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

◆ WasPressed

bool InControl.TwoAxisInputControl.WasPressed
get

Implements InControl.IInputControl.

Definition at line 497 of file TwoAxisInputControl.cs.

498 {
499 get
500 {
501 if (this.thisState)
502 {
503 bool flag = this.lastState;
504 return;
505 }
506 }
507 }

Referenced by InterfaceMovement.ButtonManager.Update().