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

◆ DetectDevice()

void InControl.NativeInputDeviceManager.DetectDevice ( uint deviceHandle,
InputDeviceInfo deviceInfo )
inlineprivate

Definition at line 53 of file NativeInputDeviceManager.cs.

54 {
55 string serialNumber = deviceInfo.serialNumber;
56 if (this.customDeviceProfiles == null && this.systemDeviceProfiles == null && this.customDeviceProfiles == null)
57 {
59 }
60 }
class f__AnonymousType0<< Count > j__TPar
readonly List< InputDeviceProfile > systemDeviceProfiles
readonly List< InputDeviceProfile > customDeviceProfiles

References InControl.NativeInputDeviceManager.customDeviceProfiles, j__TPar, System.list, and InControl.NativeInputDeviceManager.systemDeviceProfiles.