We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, first of all, nice project!
I'd like to be able to use the mouse wheel to scroll the viewport. As far as I can see, ScratchABit would have to:
The text was updated successfully, but these errors were encountered:
Ok, If we switch to the X11 mouse protocol, and enable Alternate Scroll mode, we can receive events for buttons 4 and 5, which are the scroll wheel.
(the picotui repo may be a better place for this discussion)
Sorry, something went wrong.
Thanks for trying ScratchABit, feel free to share more of your impressions.
Indeed, majority of the functionality would need to be implemented in picotui, SAB would just handle the picotui events.
I have a mostly working patch. I'll polish it a bit and then make a pull request.
No branches or pull requests
Hi, first of all, nice project!
I'd like to be able to use the mouse wheel to scroll the viewport. As far as I can see, ScratchABit would have to:
The text was updated successfully, but these errors were encountered: