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

◆ RightStickDown

InputControl InControl.InputDevice.RightStickDown
getinherited

Definition at line 1920 of file InputDevice.cs.

1921 {
1922 get
1923 {
1924 InputControl control;
1925 if (this.cachedRightStickDown == null)
1926 {
1927 control = this.GetControl(InputControlType.RightStickDown);
1928 this.cachedRightStickDown = control;
1929 }
1930 return control;
1931 }
1932 }
class f__AnonymousType0<< Count > j__TPar
InputControl GetControl(InputControlType controlType)
InputControl cachedRightStickDown