#include <console_window.h>
Public Member Functions | |
Construction | |
| CL_ConsoleWindow (const CL_StringRef &title, int width=80, int height=25) | |
| Console Window constructor. | |
| ~CL_ConsoleWindow () | |
| Console Window destructor. | |
Operations | |
| void | wait_for_key () |
| Waits until user hits a key. | |
| void | display_close_message () |
| Displays 'press any key to close this console window', and waits until user hits a key. | |
Note: This class has no effect under Linux.
|
||||||||||||||||
|
Console Window constructor.
|
|
|
Console Window destructor.
|
|
|
Displays 'press any key to close this console window', and waits until user hits a key.
|
|
|
Waits until user hits a key.
|
1.4.6