84 String m_title; |
84 String m_title; |
85 InputState m_inputState; |
85 InputState m_inputState; |
86 std::function<void(bool)> m_disconnectCallback; |
86 std::function<void(bool)> m_disconnectCallback; |
87 IPAddress m_remoteAddress; |
87 IPAddress m_remoteAddress; |
88 String m_statusBarText; |
88 String m_statusBarText; |
89 StringList m_playerNames; |
89 List<ColoredLine> m_playerNames; |
90 String m_pasteBuffer; |
90 String m_pasteBuffer; |
91 RCONSession m_session; |
91 RCONSession m_session; |
92 |
92 |
93 void render_titlebar(); |
93 void render_titlebar(); |
94 void safe_disconnect (std::function<void(bool)> afterwards); |
94 void safe_disconnect (std::function<void(bool)> afterwards); |