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

◆ SubmitAnalogValue()

void InControl.TouchControl.SubmitAnalogValue ( TouchControl::AnalogTarget target,
Vector2 value,
float lowerDeadZone,
float upperDeadZone,
ulong updateTick,
float deltaTime )
inlineprotectedinherited

Definition at line 118 of file TouchControl.cs.

119 {
120 InputDevice device = TouchManager.Device;
121 if (target == TouchControl.AnalogTarget.None || device != null)
122 {
123 }
124 }

References InControl.TouchManager.Device.