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

◆ RightStickButton

InputControl InControl.InputDevice.RightStickButton
getinherited

Definition at line 2176 of file InputDevice.cs.

2177 {
2178 get
2179 {
2180 InputControl control;
2181 if (this.cachedRightStickButton == null)
2182 {
2183 control = this.GetControl(InputControlType.RightStickButton);
2185 }
2186 return control;
2187 }
2188 }
class f__AnonymousType0<< Count > j__TPar
InputControl cachedRightStickButton
InputControl GetControl(InputControlType controlType)