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()

bool InControl.InputDeviceMatcher.Matches ( InputDeviceInfo deviceInfo)
inlinepackage

Definition at line 117 of file InputDeviceMatcher.cs.

118 {
119 ushort num = deviceInfo.vendorID;
120 OptionalUInt16 optionalUInt = this.productID;
121 ushort num2 = deviceInfo.productID;
122 OptionalUInt32 optionalUInt2 = this.versionNumber;
123 uint num3 = deviceInfo.versionNumber;
124 OptionalInputDeviceDriverType optionalInputDeviceDriverType = this.driverType;
125 InputDeviceDriverType inputDeviceDriverType = deviceInfo.driverType;
126 OptionalInputDeviceTransportType optionalInputDeviceTransportType = this.transportType;
127 InputDeviceTransportType inputDeviceTransportType = deviceInfo.transportType;
128 bool flag = string.IsNullOrEmpty(this.nameLiteral);
129 string text = this.nameLiteral;
130 bool flag2 = string.IsNullOrEmpty(this.namePattern);
131 string text2 = this.namePattern;
132 return true;
133 }
class f__AnonymousType0<< Count > j__TPar
OptionalInputDeviceTransportType transportType
OptionalInputDeviceDriverType driverType

References InControl.InputDeviceMatcher.driverType, j__TPar, InControl.InputDeviceMatcher.nameLiteral, InControl.InputDeviceMatcher.namePattern, InControl.InputDeviceMatcher.productID, System.text, InControl.InputDeviceMatcher.transportType, and InControl.InputDeviceMatcher.versionNumber.