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

◆ AttachDevice()

static void InControl.InputManager.AttachDevice ( InputDevice inputDevice)
inlinestatic

Definition at line 840 of file InputManager.cs.

841 {
842 if (!true)
843 {
844 }
845 InputManager.AssertIsSetup();
846 bool <IsAttached>k__BackingField = inputDevice.<IsAttached>k__BackingField;
847 if (<IsAttached>k__BackingField)
848 {
849 return;
850 }
851 if (!<IsAttached>k__BackingField)
852 {
853 }
854 if (!<IsAttached>k__BackingField)
855 {
856 }
857 }
static bool< CommandWasPressed > k__BackingField

References InControl.InputManager.AssertIsSetup(), and InControl.InputManager.k__BackingField.

Referenced by VirtualDeviceExample.VirtualDeviceExample.b__3_0(), and InControl.TouchManager.CreateDevice().