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

◆ MenuWasReleased

bool InControl.InputDevice.MenuWasReleased
getinherited

Definition at line 1648 of file InputDevice.cs.

1649 {
1650 get
1651 {
1652 InputControl control;
1653 if (this.cachedCommand == null)
1654 {
1655 control = this.GetControl(InputControlType.Command);
1656 this.cachedCommand = control;
1657 }
1658 if (control.enabled && control.ownerEnabled)
1659 {
1660 InputControlState thisState = control.thisState;
1661 InputControlState lastState = control.lastState;
1662 return;
1663 }
1664 }
1665 }
class f__AnonymousType0<< Count > j__TPar
InputControl GetControl(InputControlType controlType)
InputControl cachedCommand