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

◆ TouchMoved()

override void InControl.TouchTrackControl.TouchMoved ( Touch touch)
inline

Definition at line 108 of file TouchTrackControl.cs.

109 {
111 float x = touch.position.x;
112 float y = touch.position.y;
115 }
class f__AnonymousType0<< Count > j__TPar
Vector2 position
Definition Touch.cs:175

References InControl.TouchTrackControl.currentTouch, j__TPar, InControl.Touch.position, and UnityEngine.Vector2.x.