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

◆ HasSameLocation()

bool InControl.NativeInputDevice.HasSameLocation ( InputDeviceInfo deviceInfo)
inline

Definition at line 220 of file NativeInputDevice.cs.

221 {
222 string serialNumber = this.<Info>k__BackingField.serialNumber;
223 string name = this.<Info>k__BackingField.name;
224 string serialNumber2 = deviceInfo.serialNumber;
225 bool flag;
226 return flag;
227 }
class f__AnonymousType0<< Count > j__TPar

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