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

◆ ShouldIgnoreTouch()

bool CursorManager.ShouldIgnoreTouch ( int touchIndex)
inlineprivate

Definition at line 331 of file CursorManager.cs.

332 {
333 if (!this.ActivateMouseMode && !this.emuTouchFromMouse)
334 {
336 return;
337 }
338 }
static Touch[] touches
Definition Input.cs:232
TouchType type
Definition Touch.cs:113

References ActivateMouseMode, emuTouchFromMouse, UnityEngine.Input.touches, and UnityEngine.Touch.type.