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

◆ LeftStickX

InputControl InControl.InputDevice.LeftStickX
getinherited

Definition at line 2192 of file InputDevice.cs.

2193 {
2194 get
2195 {
2196 InputControl control;
2197 if (this.cachedLeftStickX == null)
2198 {
2199 control = this.GetControl(InputControlType.LeftStickX);
2200 this.cachedLeftStickX = control;
2201 }
2202 return control;
2203 }
2204 }
class f__AnonymousType0<< Count > j__TPar
InputControl GetControl(InputControlType controlType)
InputControl cachedLeftStickX

Referenced by BasicExample.BasicExample.Update(), and VirtualDeviceExample.VirtualDeviceExample.Update().