ggerganov / imtui

ImTui: Immediate Mode Text-based User Interface C++ Library
https://imtui.ggerganov.com
MIT License
2.94k stars 123 forks source link

Mouse scrolling #34

Open dufferzafar opened 2 years ago

dufferzafar commented 2 years ago

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

ggerganov commented 2 years ago

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

dufferzafar commented 2 years ago

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.

ggerganov commented 2 years ago

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.