-
changing title of glut game mode window
I've been using glut with Visual C++ 6.0, and I notice in game mode the title in the taskbar for my compiled program is "GLUT". I'd like to change this, but glutSetWindowTitle("whatever") didn't seem to have any effect. How can this be done?
-
Re: changing title of glut game mode window
Hi, you can use glutCreateWindow("xxxxx...") function...
-
Re: changing title of glut game mode window
Glut game mode doesn't use glutCreateWindow().
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules