DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2381
Version: 1.1.10


Reposting by right way...
-------
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;
....


Link: http://www.fltk.org/str.php?L2381
Version: 1.1.10

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to