There is no test for a correctness of the "mouse" pointer in branch 
FL_MOUSEWHEEL as opposed to other branches.

glut_compatability.cxx:104(1.1.10);106(1.3.x)
..
case FL_MOUSEWHEEL:
    button = Fl::event_dy();
    while (button < 0) {mouse(3,GLUT_DOWN,ex,ey); ++button;}
    while (button > 0) {mouse(4,GLUT_DOWN,ex,ey); --button;}
    return 1;
...
_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to