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

◆ Action2

InputControl InControl.InputDevice.Action2
getinherited

Definition at line 2048 of file InputDevice.cs.

2049 {
2050 get
2051 {
2052 InputControl control;
2053 if (this.cachedAction2 == null)
2054 {
2055 control = this.GetControl(InputControlType.Action2);
2056 this.cachedAction2 = control;
2057 }
2058 return control;
2059 }
2060 }
class f__AnonymousType0<< Count > j__TPar
InputControl cachedAction2
InputControl GetControl(InputControlType controlType)

Referenced by Controller.ControllerDevice.GetKeyRaw2(), MultiplayerBasicExample.PlayerManager.JoinButtonWasPressedOnDevice(), BasicExample.BasicExample.Update(), and VirtualDeviceExample.VirtualDeviceExample.Update().