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

◆ CommitAnalog()

void InControl.TouchControl.CommitAnalog ( TouchControl::AnalogTarget target)
inlineprotectedinherited

Definition at line 127 of file TouchControl.cs.

128 {
129 InputDevice device = TouchManager.Device;
130 if (target != TouchControl.AnalogTarget.None && device != null)
131 {
132 TouchManager.Device.CommitLeftStick();
133 TouchManager.Device.CommitRightStick();
134 return;
135 }
136 }

References InControl.InputDevice.CommitLeftStick(), InControl.InputDevice.CommitRightStick(), and InControl.TouchManager.Device.

Referenced by InControl.TouchStickControl.CommitControlState(), InControl.TouchSwipeControl.CommitControlState(), and InControl.TouchTrackControl.CommitControlState().