SetWindowTitle
Description
Sets the window title for those platforms that run in a window (e.g. Windows, Mac).
Definition
SetWindowTitle( szTitle )
void agk::SetWindowTitle( const char *szTitle )
Parameters
- szTitle - The text to use for the window title.