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

◆ AddDeviceManager()

static void InControl.InputManager.AddDeviceManager ( InputDeviceManager deviceManager)
inlinestatic

Definition at line 692 of file InputManager.cs.

693 {
694 if (!true)
695 {
696 }
697 InputManager.AssertIsSetup();
698 Type type = deviceManager.GetType();
699 string text;
701 }
class f__AnonymousType0<< Count > j__TPar
new Type GetType()
Definition Type.cs:287
void LogError(string tag, object message)
Definition Logger.cs:124

References InControl.InputManager.AssertIsSetup(), System.Type.GetType(), j__TPar, InControl.Logger.LogError(), and System.text.

Referenced by InControl.NativeInputDeviceManager.Enable().