Re: [PyOpenGL-Users] Problems creating a simple 3D engine
Brought to you by:
mcfletch
From: soul <sou...@te...> - 2004-11-11 21:02:35
|
El jue, 11-11-2004 a las 14:02 -0500, Mike C. Fletcher escribi=F3: > Not really sure what you're trying to do, whether you mean "moving the=20 > mouse cursor to the center of the window", which is often called=20 > "warping" the pointer, or whether you mean you want access to the mouse=20 > position in your window. Both are functions of the GUI library you use=20 > (i.e. PyGame, GLUT, Tkinter, FxPy or wxPython). >=20 I mean "moving cursor to the center of the window" :-P. Sorry! My is not very good. I'm trying to implement a mouse view like 3th person games and i need to hold mouse in center of my application window to do this.=20 I know how to get mouse position using GLUT but i don't know how to set mouse coords. Can you explain me? =20 Thanks Soul Soul ************************************************* ( sou...@te... ) |