I am using glut to create my window for my game. My question is how do I remove the button that maximizes a window. For my game I don't want the player to be able to resize or maximize the window. Is there a way to control this with glut?

Thank you!

Just an idea, check the window size with glutGet and if its not what
you want then resize it.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.