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

◆ UnityInputDeviceManager()

InControl.UnityInputDeviceManager.UnityInputDeviceManager ( )
inline

Definition at line 15 of file UnityInputDeviceManager.cs.

16 {
17 if (!true)
18 {
19 }
21 bool flag = Directory.Exists(UnityInputDeviceManager.CustomProfileFolder);
23 string customProfileFolder = UnityInputDeviceManager.CustomProfileFolder;
24 this.LoadDeviceProfilesFromPath(customProfileFolder);
25 this.QueryJoystickInfo();
26 this.AttachDevices();
27 }
class f__AnonymousType0<< Count > j__TPar
static bool Exists(string path)
Definition Directory.cs:64
static DirectoryInfo CreateDirectory(string path)
Definition Directory.cs:40

References InControl.UnityInputDeviceManager.AddSystemDeviceProfiles(), InControl.UnityInputDeviceManager.AttachDevices(), System.IO.Directory.CreateDirectory(), InControl.UnityInputDeviceManager.CustomProfileFolder, System.IO.Directory.Exists(), j__TPar, InControl.UnityInputDeviceManager.LoadDeviceProfilesFromPath(), and InControl.UnityInputDeviceManager.QueryJoystickInfo().