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

◆ IsTouchScrollOnly()

bool CursorManager.IsTouchScrollOnly ( int touchIndex)
inlineprivate

Definition at line 121 of file CursorManager.cs.

122 {
123 while (!this.ActivateMouseMode)
124 {
125 }
126 long num;
127 if (this.GetTouchId(touchIndex) != 0)
128 {
129 num = 0L;
130 }
131 bool flag = this.updatingEMUMouseTouches;
132 if (num == 0L)
133 {
134 }
136 long num2 = 0L;
137 bool flag2 = this.updatingEMUMouseTouches;
138 if (num2 == 0L)
139 {
140 }
141 bool mouseButton = XNAUnityRunner.GetMouseButton(0, touchIndex != 0);
142 long num3 = 0L;
143 bool flag3 = this.updatingEMUMouseTouches;
144 if (num3 == 0L)
145 {
146 }
148 }
class f__AnonymousType0<< Count > j__TPar
bool updatingEMUMouseTouches
int GetTouchId(int touchIndex)
static bool GetMouseButtonUp(int index, bool ignoreEditor=false)
static bool GetMouseButton(int index, bool ignoreEditor=false)
static bool GetMouseButtonDown(int index, bool ignoreEditor=false)

References ActivateMouseMode, XNAUnityRunner.GetMouseButton(), XNAUnityRunner.GetMouseButtonDown(), XNAUnityRunner.GetMouseButtonUp(), GetTouchId(), j__TPar, System.L, and updatingEMUMouseTouches.