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

◆ HasSameSerialNumber()

bool InControl.NativeInputDevice.HasSameSerialNumber ( InputDeviceInfo deviceInfo)
inline

Definition at line 230 of file NativeInputDevice.cs.

231 {
232 string serialNumber = this.<Info>k__BackingField.serialNumber;
233 string name = this.<Info>k__BackingField.name;
234 string serialNumber2 = deviceInfo.serialNumber;
235 bool flag;
236 return flag;
237 }
class f__AnonymousType0<< Count > j__TPar

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