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

◆ MenuIsPressed

bool InControl.InputDevice.MenuIsPressed
getinherited

Definition at line 1606 of file InputDevice.cs.

1607 {
1608 get
1609 {
1610 InputControl control;
1611 if (this.cachedCommand == null)
1612 {
1613 control = this.GetControl(InputControlType.Command);
1614 this.cachedCommand = control;
1615 }
1616 if (control.enabled && control.ownerEnabled)
1617 {
1618 InputControlState thisState = control.thisState;
1619 return;
1620 }
1621 }
1622 }
class f__AnonymousType0<< Count > j__TPar
InputControl GetControl(InputControlType controlType)
InputControl cachedCommand