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

◆ ClearUIPressed()

void GUIControllerNavigationController.ClearUIPressed ( )
inline

Definition at line 269 of file GUIControllerNavigationController.cs.

270 {
272 bool[] uiactionPressed = this.UIActionPressed;
273 if (this.EmulatedCursor == null)
274 {
275 }
276 int num = 1;
277 if (num == 0)
278 {
279 }
280 if (num != 0)
281 {
282 Main.mouseLeft = false;
284 return;
285 }
286 }
class f__AnonymousType0<< Count > j__TPar

References EmulatedCursor, j__TPar, UIActionPressed, and UIActionWasPressed.