GLUT in Full Screen Mode

Do you folks know if it is possible to create a full-screen OpenGL instance in Windows?

If so, how? Is there an option or special function to call, or is it more complicated?

thanks for your time,
Andrew

You have the glutFullscreen and glutGameMode functions. For example of using glutFullscreen can you download some GLUT ports of the NeHe tutorials like 23. I think they called it IRIX port but it is just a GLUT program.

glutGameMode is harder, take a look at: http://www.fatech.com/tech/opengl/glut/

Thanks! That’s exactly the help I needed.

cheers,
Andrew