From: Johnathan G. <da...@us...> - 2002-01-25 21:54:43
|
I haven't used GLUT for input before, so I can't say if this way is better, but you can use SDL http://www.libsdl.org as an alternative to GLUT. SDL will handle input, setting up the window, etc. and is also cross platform (like GLUT). You might want to check it out if you're looking for an alternative method of implementation. Johnathan |