Re: [cl-opengl-devel] Patch for 2d mipmap generation and more mouse buttons

2008-02-12 Thread Luís Oliveira
On 10/02/2008, Charlie McMackin [EMAIL PROTECTED] wrote: (defmethod glut:mouse ((w gl-window) button state x y) (declare (ignore x y)) (format t ~Button value is ~a ~%Pressed value is ~a~% button state)) (defmethod glut:mouse-wheel ((w gl-window) button pressed x y) (declare (ignore x

Re: [cl-opengl-devel] Patch for 2d mipmap generation and more mouse buttons

2008-02-12 Thread Charlie McMackin
i use opengl 2.1.1 on linux with freeglut 2.4.0. the new enums are not to be found in my freeglut_std.h along with the other ones, which makes it kind of odd that they work for me. sdl uses buttons 4 and 5 as wheel-up/down, too, which is why i tried this in the first place. they seem not to