83 String m_title; |
83 String m_title; |
84 InputState m_inputState; |
84 InputState m_inputState; |
85 std::function<void(bool)> m_disconnectCallback; |
85 std::function<void(bool)> m_disconnectCallback; |
86 IPAddress m_remoteAddress; |
86 IPAddress m_remoteAddress; |
87 String m_statusBarText; |
87 String m_statusBarText; |
88 List<ColoredLine> m_playerNames; |
88 std::vector<ColoredLine> m_playerNames; |
89 String m_pasteBuffer; |
89 String m_pasteBuffer; |
90 RCONSession m_session; |
90 RCONSession m_session; |
91 |
91 |
92 void detachInput(); |
92 void detachInput(); |
93 int findNextWord(); |
93 int findNextWord(); |