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

◆ LeftStickButton

InputControl InControl.InputDevice.LeftStickButton
getinherited

Definition at line 2160 of file InputDevice.cs.

2161 {
2162 get
2163 {
2164 InputControl control;
2165 if (this.cachedLeftStickButton == null)
2166 {
2167 control = this.GetControl(InputControlType.LeftStickButton);
2169 }
2170 return control;
2171 }
2172 }
class f__AnonymousType0<< Count > j__TPar
InputControl GetControl(InputControlType controlType)
InputControl cachedLeftStickButton

Referenced by Controller.ControllerDevice.GetKeyRaw(), and Controller.ControllerDevice.GetKeyRaw2().