Add extra mouse event handling#304
Conversation
|
Fixed those issues with this newest commit, although the Instant is still where it was initially |
nicoburns
left a comment
There was a problem hiding this comment.
I've left comments on a couple of important-but-trivial nits. And clippy/rustfmt need to be fixed. Other than that this it looking pretty close now?
|
Okay I'm not too sure why running cargo clippy on my machine didn't show that issue |
You may need to run |
|
Is there anything else you're still planning to do with this PR (it's still marked as a draft)? The only thing I'm currently tracking is the extra |
|
Yeah nothing else, I must have missed that extra redraw. I'll remove it and change the PR from draft. |
The following events now work with attributes:
I did move the actual scroll handling code into handle_scroll, but it means redraw happens on every wheel event now, which is not ideal.