Re: [PyOpenGL-Users] Mouse Wheel
Brought to you by:
mcfletch
From: Ian M. <geo...@gm...> - 2012-06-21 21:11:18
|
On Tue, Jun 19, 2012 at 1:50 PM, Dick Holmes <en...@co...> wrote: > Ian, > > I renamed the glut32.dll as suggested in your referenced web page and > copied freeglut.dll to the dlls directory. My program runs without any > error messages, but the mouse wheel function isn't invoked. The relevant > code is: > > def wheel(button, direction, x, y): > print button, direction, x, y > ... > glutMouseWheelFunc(wheel) > I don't know then. As an aside, perhaps try using PyGame (Python port of SDL) instead? GLUT is not as flexible, and in my experience, it is buggy. |