79 String Title; |
79 String Title; |
80 InputState CurrentInputState = INPUTSTATE_NORMAL; |
80 InputState CurrentInputState = INPUTSTATE_NORMAL; |
81 Function<void (void)> DisconnectConfirmFunction = nullptr; |
81 Function<void (void)> DisconnectConfirmFunction = nullptr; |
82 IPAddress CurrentAddress; |
82 IPAddress CurrentAddress; |
83 String StatusBarText; |
83 String StatusBarText; |
84 List<ColoredLine> PlayerNames; |
84 StringList PlayerNames; |
85 String PasteBuffer; |
85 String PasteBuffer; |
86 RCONSession Session; |
86 RCONSession Session; |
87 |
87 |
88 void render_titlebar(); |
88 void render_titlebar(); |
89 void safe_disconnect (Function<void()> afterwards); |
89 void safe_disconnect (Function<void()> afterwards); |