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

◆ DrawControls()

void GUIVirtualInputControllerEdit.DrawControls ( )
inlineprivate

Definition at line 1006 of file GUIVirtualInputControllerEdit.cs.

1007 {
1010 if (hardwareConfig == null)
1011 {
1012 return;
1013 }
1014 float[] drawScales = this.DrawScales;
1016 if (drawScales != null)
1017 {
1019 return;
1020 }
1026 int selectedSlot;
1027 if (this.DraggingSelectedSlot)
1028 {
1029 selectedSlot = this.SelectedSlot;
1030 return;
1031 }
1032 if (selectedSlot == 0)
1033 {
1034 }
1035 if (this.SelectedSlot == 0)
1036 {
1037 }
1038 }
class f__AnonymousType0<< Count > j__TPar

References DraggingSelectedSlot, DrawScales, j__TPar, SelectedSlot, and VirtualControlsHardwareConfigurationMapping_Layout.Style.