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() [2/2]

bool InControl.InputDeviceProfile.Matches ( InputDeviceInfo deviceInfo,
InputDeviceMatcher[] matchers )
inlineinherited

Definition at line 383 of file InputDeviceProfile.cs.

384 {
385 if (matchers != null)
386 {
387 string nameLiteral = matchers.nameLiteral;
388 string serialNumber = deviceInfo.serialNumber;
389 return;
390 }
391 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, InControl.InputDeviceProfile.matchers, and InControl.InputDeviceMatcher.nameLiteral.