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

◆ LastResortMatches()

bool InControl.InputDeviceProfile.LastResortMatches ( InputDeviceInfo deviceInfo)
inlineinherited

Definition at line 375 of file InputDeviceProfile.cs.

376 {
377 string serialNumber = deviceInfo.serialNumber;
378 InputDeviceMatcher[] array = this.lastResortMatchers;
379 return this.Matches(deviceInfo, array);
380 }
class f__AnonymousType0<< Count > j__TPar
InputDeviceMatcher[] lastResortMatchers
bool Matches(InputDeviceInfo deviceInfo)

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