ggerganov/imtui

Mouse scrolling

dufferzafar opened this issue · 5 comments

Is it possible to get mouse scrolling to work? So that it correctly scrolls regions with vertical tabbar.

For eg, in this demo window, clicking on the scrollbar and dragging it works, but scrolling via mouse scroll button doesn't.

image

Latest master branch should support now mouse wheel - give it a try

Hey! I just tried the latest master and mouse scrolling doesn't seem to be working for me.

Please let me know how I can debug further.

It seems this change was not very portable, since it does not work in some terminals. I reverted it for now.
Looking at Stack Overflow comments, it seems that mouse wheel scrolling is not very well supported with ncurses.