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

◆ OnGUI()

void InControl.TestInputManager.OnGUI ( )
inlineprivate

Definition at line 84 of file TestInputManager.cs.

85 {
86 int width = Screen.width;
87 GUISkin skin = GUI.skin;
88 int num = 1;
89 if (num == 0)
90 {
91 }
92 TwoAxisInputControl direction = InputManager.ActiveDevice.Direction;
93 string text2;
94 string text3;
95 string text = text2 + " " + text3;
96 if (num != 0)
97 {
98 return;
99 }
100 if (num == 0)
101 {
102 }
103 if (num == 0)
104 {
105 }
106 }
class f__AnonymousType0<< Count > j__TPar
static GUISkin skin
Definition GUI.cs:41
static int width
Definition Screen.cs:17

References InControl.InputManager.ActiveDevice, InControl.InputDevice.Direction, j__TPar, UnityEngine.GUI.skin, System.text, and UnityEngine.Screen.width.