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

◆ DPadY

InputControl InControl.InputDevice.DPadY
getinherited

Definition at line 2272 of file InputDevice.cs.

2273 {
2274 get
2275 {
2276 InputControl control;
2277 if (this.cachedDPadY == null)
2278 {
2279 control = this.GetControl(InputControlType.DPadY);
2280 this.cachedDPadY = control;
2281 }
2282 return control;
2283 }
2284 }
class f__AnonymousType0<< Count > j__TPar
InputControl cachedDPadY
InputControl GetControl(InputControlType controlType)