36 class ConsoleWindow_Impl;
50 const std::string &title,
69 std::shared_ptr< ConsoleWindow_Impl > impl;
ConsoleWindow(const std::string &title, int width=80, int height=25)
Console Window constructor.
~ConsoleWindow()
Console Window destructor.
void display_close_message()
Displays 'press any key to close this console window',.
void wait_for_key()
Waits until user hits a key.