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

◆ HideDevicesWithProfile()

static void InControl.InputManager.HideDevicesWithProfile ( Type type)
inlinestatic

Definition at line 884 of file InputManager.cs.

885 {
886 if (!true)
887 {
888 }
889 InputDeviceProfile.Hide(type);
890 }

References InControl.InputDeviceProfile.Hide().

Referenced by InControl.NativeInputDeviceManager.Enable().