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

◆ LeftStickY

InputControl InControl.InputDevice.LeftStickY
getinherited

Definition at line 2208 of file InputDevice.cs.

2209 {
2210 get
2211 {
2212 InputControl control;
2213 if (this.cachedLeftStickY == null)
2214 {
2215 control = this.GetControl(InputControlType.LeftStickY);
2216 this.cachedLeftStickY = control;
2217 }
2218 return control;
2219 }
2220 }
class f__AnonymousType0<< Count > j__TPar
InputControl cachedLeftStickY
InputControl GetControl(InputControlType controlType)

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