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

◆ LeftStickDown

InputControl InControl.InputDevice.LeftStickDown
getinherited

Definition at line 1856 of file InputDevice.cs.

1857 {
1858 get
1859 {
1860 InputControl control;
1861 if (this.cachedLeftStickDown == null)
1862 {
1863 control = this.GetControl(InputControlType.LeftStickDown);
1864 this.cachedLeftStickDown = control;
1865 }
1866 return control;
1867 }
1868 }
class f__AnonymousType0<< Count > j__TPar
InputControl cachedLeftStickDown
InputControl GetControl(InputControlType controlType)