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

◆ RightTrigger

InputControl InControl.InputDevice.RightTrigger
getinherited

Definition at line 2112 of file InputDevice.cs.

2113 {
2114 get
2115 {
2116 InputControl control;
2117 if (this.cachedRightTrigger == null)
2118 {
2119 control = this.GetControl(InputControlType.RightTrigger);
2120 this.cachedRightTrigger = control;
2121 }
2122 return control;
2123 }
2124 }
class f__AnonymousType0<< Count > j__TPar
InputControl cachedRightTrigger
InputControl GetControl(InputControlType controlType)

Referenced by Controller.ControllerDevice.GetKeyRaw2().