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

◆ MenuWasPressed

bool InControl.InputDevice.MenuWasPressed
getinherited

Definition at line 1627 of file InputDevice.cs.

1628 {
1629 get
1630 {
1631 InputControl control;
1632 if (this.cachedCommand == null)
1633 {
1634 control = this.GetControl(InputControlType.Command);
1635 this.cachedCommand = control;
1636 }
1637 if (control.enabled && control.ownerEnabled)
1638 {
1639 InputControlState thisState = control.thisState;
1640 return;
1641 }
1642 }
1643 }
class f__AnonymousType0<< Count > j__TPar
InputControl GetControl(InputControlType controlType)
InputControl cachedCommand