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

◆ SubmitButtonState()

void InControl.TouchControl.SubmitButtonState ( TouchControl::ButtonTarget target,
bool state,
ulong updateTick,
float deltaTime )
inlineprotectedinherited

Definition at line 62 of file TouchControl.cs.

63 {
64 InputDevice device = TouchManager.Device;
65 if (target != TouchControl.ButtonTarget.None && device != null)
66 {
67 InputDevice device2 = TouchManager.Device;
68 InputControl inputControl;
69 if (inputControl != null)
70 {
71 if (!true)
72 {
73 }
74 return;
75 }
76 }
77 }
class f__AnonymousType0<< Count > j__TPar

References InControl.TouchManager.Device, and j__TPar.