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

◆ DPadX

InputControl InControl.InputDevice.DPadX
getinherited

Definition at line 2256 of file InputDevice.cs.

2257 {
2258 get
2259 {
2260 InputControl control;
2261 if (this.cachedDPadX == null)
2262 {
2263 control = this.GetControl(InputControlType.DPadX);
2264 this.cachedDPadX = control;
2265 }
2266 return control;
2267 }
2268 }
class f__AnonymousType0<< Count > j__TPar
InputControl GetControl(InputControlType controlType)
InputControl cachedDPadX