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

◆ LeftStickRight

InputControl InControl.InputDevice.LeftStickRight
getinherited

Definition at line 1888 of file InputDevice.cs.

1889 {
1890 get
1891 {
1892 InputControl control;
1893 if (this.cachedLeftStickRight == null)
1894 {
1895 control = this.GetControl(InputControlType.LeftStickRight);
1896 this.cachedLeftStickRight = control;
1897 }
1898 return control;
1899 }
1900 }
class f__AnonymousType0<< Count > j__TPar
InputControl cachedLeftStickRight
InputControl GetControl(InputControlType controlType)