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

◆ HasSameProductID()

bool InControl.NativeInputDevice.HasSameProductID ( InputDeviceInfo deviceInfo)
inline

Definition at line 200 of file NativeInputDevice.cs.

201 {
202 string serialNumber = this.<Info>k__BackingField.serialNumber;
203 string name = this.<Info>k__BackingField.name;
204 string serialNumber2 = deviceInfo.serialNumber;
205 bool flag;
206 return flag;
207 }
class f__AnonymousType0<< Count > j__TPar

References InControl.NativeInputDevice.Info, j__TPar, InControl.NativeInputDevice.k__BackingField, System.name, and InControl.InputDeviceInfo.serialNumber.