FLTK 1 and 3 support the mousewheel in all scrolling widgets an the scroll bars. If you want to do your own scroll wheel handling, you must override the widget's handle() function and manage the FL-MOUSEWHEEL event yourself using Fl::event_dx() and dy().
Domingo Alvarez Duarte <[email protected]> schrieb: >Have someone find a way to have mousewheel scrolling acceleration on >FLTK ? > >For some applications is a bit tedious plain scroll. >_______________________________________________ >fltk mailing list >[email protected] >http://lists.easysw.com/mailman/listinfo/fltk _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

