Re: [PyOpenGL-Users] Problems creating a simple 3D engine
Brought to you by:
mcfletch
From: soul <sou...@te...> - 2004-11-15 18:30:22
|
I have solved the "mouse view" problem with this function: void glutWarpPointer(int x, int y); This function set the mouse in the x,y positon and this other hide the cursor. glutSetCursor(GLUT_CURSOR_NONE) Using this i don't need use pygame,wxpython or pysdl. Thanks Mike! Soul ************************************************* ( sou...@te... ) |