raysan5 / raygui

A simple and easy-to-use immediate-mode gui library
zlib License
3.26k stars 280 forks source link

GuiScrollPanel dynamic mouse scroll speed #393

Closed SylvainStak closed 3 months ago

SylvainStak commented 3 months ago

Test on scroll_panel.c example using 100 for bounds width and height.

https://github.com/raysan5/raygui/assets/46388933/7df42e13-e006-4e8e-9cd2-5a12ec985727

raysan5 commented 3 months ago

@SylvainStak Thanks for the review! Actually, there should be a minimum scroll-bar internal bar size to avoid that almost-invisible bar and speed should be proportional to the content size...