-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
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
Scrollable #115
base: master
Are you sure you want to change the base?
Scrollable #115
Conversation
scrollable, scroll and scrollSpeed attributes addded to Node, and corresponding setters minimal_scroll.nim added in examples
Several variables are now Vec2 instead of float (eg Mouse.wheelDelta), or tuple of boolean instead of boolean (eg Node.scrollable) to store both horizontal and vertical attributes
Hey, sorry I am currently working on fidget 2 - the complete rewrite. I don't know if I will be doing anything with fidget 1. I want this to connect with scrollBars it seems like you went for a more complex system scroll system. I think the speed of the scroll should depend OS not user setting? I don't know how to get that though. |
Hello, I have a lot to say so I'll add numbers to ease replies:
Let me know if I can help, even If I'm not the most qualified for this, I will have some free time in the next few weeks ;) |
Dear treeform,
This merge request is related to #108.
I would like to have your review on this proposed implementation.
All your feedbacks are welcome: I'm not used neither to Nim, nor to contribute to public open source projects on github.
Current changes summary:
scrollable
andscrollSpeed
attributes added to Node, and corresponding setters.minimal_scroll
example.Todo: