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

◆ HasSameVersionNumber()

bool InControl.NativeInputDevice.HasSameVersionNumber ( InputDeviceInfo deviceInfo)
inline

Definition at line 210 of file NativeInputDevice.cs.

211 {
212 string serialNumber = this.<Info>k__BackingField.serialNumber;
213 string name = this.<Info>k__BackingField.name;
214 string serialNumber2 = deviceInfo.serialNumber;
215 bool flag;
216 return flag;
217 }
class f__AnonymousType0<< Count > j__TPar

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