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

◆ SubmitButtonValue()

void InControl.TouchControl.SubmitButtonValue ( TouchControl::ButtonTarget target,
float value,
ulong updateTick,
float deltaTime )
inlineprotectedinherited

Definition at line 80 of file TouchControl.cs.

81 {
82 InputDevice device = TouchManager.Device;
83 if (target != TouchControl.ButtonTarget.None && device != null)
84 {
85 InputDevice device2 = TouchManager.Device;
86 InputControl inputControl;
87 if (inputControl != null)
88 {
89 if (!true)
90 {
91 }
92 bool flag = inputControl.UpdateWithValue(value, updateTick, deltaTime);
93 return;
94 }
95 }
96 }
class f__AnonymousType0<< Count > j__TPar

References InControl.TouchManager.Device, j__TPar, InControl.OneAxisInputControl.UpdateWithValue(), and System.value.