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

◆ UpdateDevice()

void InControl.TouchManager.UpdateDevice ( ulong updateTick,
float deltaTime )
inlineprivate

Definition at line 123 of file TouchManager.cs.

124 {
125 this.UpdateTouches(updateTick, deltaTime);
126 this.SubmitControlStates(updateTick, deltaTime);
127 }
void SubmitControlStates(ulong updateTick, float deltaTime)
void UpdateTouches(ulong updateTick, float deltaTime)

References InControl.TouchManager.SubmitControlStates(), and InControl.TouchManager.UpdateTouches().