Maybe I'm missing something trivial, how do I set mouse sensitivity for scroll area?
event bubbling!
one sec, I can get you a snippet
I guess you're trying to set sensitivity for the for whole app?
https://clojurians.slack.com/archives/CVB8K7V50/p1634460060134300?thread_ts=1634457131.129600&cid=CVB8K7V50 I guess I still haven't totally fixed it yet.
but this workaround still works. If you just put fix-scroll to wrap the top element, it should fix it for all the child elements.
👍
It's really worth adding a sensitivity setting to the scroll view
Do you change your sensitivity settings for your browser? I assume there's some OS-dependent API that can be checked to try and match user settings.
No, but I do change them in games
interesting. another idea is to make it a parameter you can pass to the graphics backend
Can it be changed in a running process?
in theory. all the options for graphics backend are currently static.
the parameter would end up in this part of the code, https://github.com/phronmophobic/membrane/blob/master/src/membrane/skia.clj#L1461
ideally, I'd like to take apart all the backend pieces to make it easier to compose things.
Since I don't really know what the answer is, I created a discussion (as opposed to an issue) on github for me to track this, https://github.com/phronmophobic/membrane/discussions/66#discussioncomment-5270955