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
treeform
commented
Dec 11, 2020
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. |
alt-tosc
commented
Dec 11, 2020
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:
scrollableandscrollSpeedattributes added to Node, and corresponding setters.minimal_scrollexample.Todo: