Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 469 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 469 Bytes

Fl_KineticScroll

Kinetic scroll widget for FLTK

License

FLTK License (LGPL with exceptions)

Features

  • Automatic vertical/horizontal scrolling with momentum
  • Detection of press vs drag
  • Compile-time configuration of thresholds and de-acceleration

To Do

  • Add trivial example and Makefile
  • Windows and OS X support (currently depends on fl_event_time)
  • Bounce at the end instead of abrupt stop
  • Scroll bar overlays?