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

◆ HasSameVendorID()

bool InControl.NativeInputDevice.HasSameVendorID ( InputDeviceInfo deviceInfo)
inline

Definition at line 190 of file NativeInputDevice.cs.

191 {
192 string serialNumber = this.<Info>k__BackingField.serialNumber;
193 string name = this.<Info>k__BackingField.name;
194 string serialNumber2 = deviceInfo.serialNumber;
195 bool flag;
196 return flag;
197 }
class f__AnonymousType0<< Count > j__TPar

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