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

◆ DrawHardware()

void GUIVirtualInputControllerEdit.DrawHardware ( )
inlineprivate

Definition at line 333 of file GUIVirtualInputControllerEdit.cs.

334 {
335 if (this.displayHardwareOptions)
336 {
337 }
339 bool flag;
340 if (optionsBlocker != null)
341 {
342 flag = this.displayHardwareOptions;
343 if (flag)
344 {
345 }
346 }
347 bool mouseLeft = Main.mouseLeft;
348 if (optionsBlocker == null)
349 {
350 }
351 bool mouseLeftRelease = Main.mouseLeftRelease;
354 bool flag2 = this.displayHardwareOptions;
357 {
358 int num = 1;
359 if (this.displayHardwareOptions)
360 {
362 return;
363 }
368 }
369 string textValue = Language.GetTextValue("Mobile.ControlsHardwareTitle");
370 if (!flag)
371 {
372 }
373 if (this.displayHardwareOptions)
374 {
381 {
386 }
393 {
398 }
405 {
409 }
414 {
416 if (optionsBlocker5 != null)
417 {
418 int num2 = 1;
420 if (optionsBlocker5 == null)
421 {
422 }
424 if (optionsBlocker5 == null)
425 {
426 }
428 return;
429 }
430 }
431 else
432 {
434 }
435 }
436 }
class f__AnonymousType0<< Count > j__TPar
static string GetTextValue(string key)
Definition Language.cs:54
static bool mouseLeftRelease
Definition Main.cs:2029
static bool mouseLeft
Definition Main.cs:671
VirtualControlsHardwareConfiguration_Layout HardwareConfig

References _optionsBlocker, displayHardwareOptions, VirtualControlsHardwareConfiguration_Layout.GetDisplayName(), Terraria.Localization.Language.GetTextValue(), VirtualControlsProfile_Layout.HardwareConfig, VirtualControlsHardwareConfiguration_Layout.Id, j__TPar, Terraria.Main.mouseLeft, and Terraria.Main.mouseLeftRelease.