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

◆ Matches() [1/2]

bool InControl.InputDeviceProfile.Matches ( InputDeviceInfo deviceInfo)
inlineinherited

Definition at line 367 of file InputDeviceProfile.cs.

368 {
369 string serialNumber = deviceInfo.serialNumber;
370 InputDeviceMatcher[] array = this.matchers;
371 return this.Matches(deviceInfo, array);
372 }
class f__AnonymousType0<< Count > j__TPar
bool Matches(InputDeviceInfo deviceInfo)

References System.array, j__TPar, InControl.InputDeviceProfile.matchers, and InControl.InputDeviceProfile.Matches().

Referenced by InControl.InputDeviceProfile.LastResortMatches(), and InControl.InputDeviceProfile.Matches().