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

◆ CommandWasReleased

bool InControl.InputDevice.CommandWasReleased
getinherited

Definition at line 1709 of file InputDevice.cs.

1710 {
1711 get
1712 {
1713 InputControl control;
1714 if (this.cachedCommand == null)
1715 {
1716 control = this.GetControl(InputControlType.Command);
1717 this.cachedCommand = control;
1718 }
1719 if (control.enabled && control.ownerEnabled)
1720 {
1721 InputControlState thisState = control.thisState;
1722 InputControlState lastState = control.lastState;
1723 return;
1724 }
1725 }
1726 }
class f__AnonymousType0<< Count > j__TPar
InputControl GetControl(InputControlType controlType)
InputControl cachedCommand