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

◆ Enable()

static bool InControl.NativeInputDeviceManager.Enable ( )
inlinestaticpackage

Definition at line 176 of file NativeInputDeviceManager.cs.

177 {
178 if (!true)
179 {
180 }
181 if (!true)
182 {
183 }
184 if (true)
185 {
186 Type type;
187 InputManager.HideDevicesWithProfile(type);
188 Type type2;
189 InputManager.HideDevicesWithProfile(type2);
190 Type type3;
191 InputManager.HideDevicesWithProfile(type3);
192 Type type4;
193 InputManager.HideDevicesWithProfile(type4);
194 }
195 InputManager.AddDeviceManager();
196 return true;
197 }
class f__AnonymousType0<< Count > j__TPar

References InControl.InputManager.AddDeviceManager(), InControl.InputManager.HideDevicesWithProfile(), and j__TPar.

Referenced by InControl.InputManager.SetupInternal().