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


Please note that this problem is unlikely to be fixed in the FLTK-1.1
series because FLTK-1.1.10 was the last planned release of the series.

However, here is a fix which I will commit to the FLTK-1.3.x branch,
and which you can apply manually to your local copy of 1.1.10.

  case FL_MOUSEWHEEL:
    button = Fl::event_dy();
    while (button < 0) {if (mouse) mouse(3,GLUT_DOWN,ex,ey); ++button;}
    while (button > 0) {if (mouse) mouse(4,GLUT_DOWN,ex,ey); --button;}
    return 1;

Does that solve your problem or have I misunderstood what you meant?


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