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

◆ UnknownDeviceControl() [1/2]

InControl.UnknownDeviceControl.UnknownDeviceControl ( InputControlType control,
InputRangeType sourceRange )
inline

Definition at line 11 of file UnknownDeviceControl.cs.

12 {
13 this.Control = control;
14 this.IsButton = sourceRange != InputRangeType.None;
15 if (!true)
16 {
17 }
18 bool flag = Utility.TargetIsButton(control);
19 this.IsButton = true;
20 this.IsAnalog = true;
21 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, and InControl.Utility.TargetIsButton().