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

◆ SubmitRawAnalogValue()

void InControl.TouchControl.SubmitRawAnalogValue ( TouchControl::AnalogTarget target,
Vector2 rawValue,
ulong updateTick,
float deltaTime )
inlineprotectedinherited

Definition at line 139 of file TouchControl.cs.

140 {
141 InputDevice device = TouchManager.Device;
142 if (target != TouchControl.AnalogTarget.None && device != null)
143 {
144 InputDevice device2 = TouchManager.Device;
145 long num = 0L;
146 device2.UpdateLeftStickWithRawValue(rawValue, (ulong)num, deltaTime);
147 InputDevice device3 = TouchManager.Device;
148 long num2 = 0L;
149 device3.UpdateRightStickWithRawValue(rawValue, (ulong)num2, deltaTime);
150 return;
151 }
152 }
class f__AnonymousType0<< Count > j__TPar

References InControl.TouchManager.Device, j__TPar, InControl.L, InControl.InputDevice.UpdateLeftStickWithRawValue(), and InControl.InputDevice.UpdateRightStickWithRawValue().