GLUT Window Class

Started by
1 comment, last by shalrath 22 years, 8 months ago
Does anyone know how to return the GLUT Window Class'' Name (default) as I wish to use it for initialising Direct Play for a demonstration I''m setting up about the workings of DirectX and OpenGL and how they complement each other.
Advertisement
Bad bad idea. The GLUT library is used for portability. Using DirectX throws portability out of the
window. So, if you are going to use DirectX, use windows-specific code to make a window...

------------------------------
Trent (ShiningKnight)
E-mail me
OpenGL Game Programming Tutorials
You could just use SDL to handle input (instead of DirectInput), window creation (instead of GLUT), and more without ever losing portability (like OS independent threads).

[Resist Windows XP''s Invasive Production Activation Technology!]

This topic is closed to new replies.

Advertisement