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

◆ AddControl() [2/2]

InputControl InControl.InputDevice.AddControl ( InputControlType controlType,
string handle,
float lowerDeadZone,
float upperDeadZone )
inlineinherited

Definition at line 423 of file InputDevice.cs.

424 {
425 return this.AddControl(controlType, handle);
426 }
InputControl AddControl(InputControlType controlType, string handle)

References InControl.InputDevice.AddControl().