91 String Title; |
91 String Title; |
92 InputState CurrentInputState = INPUTSTATE_NORMAL; |
92 InputState CurrentInputState = INPUTSTATE_NORMAL; |
93 Function<void (void)> DisconnectConfirmFunction = nullptr; |
93 Function<void (void)> DisconnectConfirmFunction = nullptr; |
94 IPAddress CurrentAddress; |
94 IPAddress CurrentAddress; |
95 String StatusBarText; |
95 String StatusBarText; |
96 StringList PlayerNames; |
96 List<ColoredLine> PlayerNames; |
97 String PasteBuffer; |
97 String PasteBuffer; |
98 RCONSession Session; |
98 RCONSession Session; |
99 |
99 |
100 void render_titlebar(); |
100 void render_titlebar(); |
101 void safe_disconnect (Function<void()> afterwards); |
101 void safe_disconnect (Function<void()> afterwards); |