sources/interface.h

branch
protocol5
changeset 103
b78c0ca832a9
parent 84
3bd32eec3d57
child 106
7b156b764d11
equal deleted inserted replaced
84:3bd32eec3d57 103:b78c0ca832a9
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);

mercurial