Eric Gouyer
Eric Gouyer
Hi, I have read recent discussions in #4559 ; My most recent comment (of today) in #4559 should be read, before this one comment here. My #3795 above contained three...
## 3) The bug fix... Regarding https://github.com/ocornut/imgui/blob/612b787b0d594d878117fe05732eee8e01e45cff/imgui.cpp#L3871-L3882 It still has the same issue. As said on #4559, on a MacBook with the internal touchpad, EVEN if you try REALLY HARD...
I should also add that, as one of the other issues explained, there is a quicker way to test the behavior with the "demo": - run the demo - do...
Hi, I updated my branch :) Please consider merging this request, I beg you. Scrolling does not work AT ALL in some conditions on MacBooks with touchpad. Since at the...
Warning : Whereas I am well-versed in `C` and `C++`, I don't do much imgui in `C++` itself, (I instead use some `Go` wrappers) so I may be missing something...
I don't think that macOS performs any filtering at all. I think it's more than by semi-precautiously trying to do a "vertical swipe", I get right 95% of my fingers...
> Trying to do a diagonal swipe ``` # Below a slight diagonal swipe (from top-left to bottom-right) [00170] MouseWheel X:0.100 Y:0.000 [00171] MouseWheel X:0.400 Y:0.600 [00172] MouseWheel X:0.800 Y:1.100...
Okay I found some webpage I tested one year ago to try to figure out some stuff : Please check https://gromo.github.io/jquery.scrollbar/demo/basic.html Here are my observations on macOS / Safari :...
> What was the approximate frame rate for the application? (to derive wall-clock time from frame counter, just in case we need it later). I re-enabled the "demo window" inside...
Hello, thanks for all your work, and I'm really sorry to not have answered quicker :( I tested against upstream/features/mouse_wheeling_target_3795 c41f267 1. The `WheelingWindowWheelRemainder` seems to do its job, or...