On Wed, 22 Feb 2023 05:31:29 GMT, Glavo <d...@openjdk.org> wrote: >> Simple fix to get the scroll deltas from GDK_SCROLL_SMOOTH. If we ignore >> this scroll event type, deltas are sent to java with the value equal to zero. > > Are you sure this PR fixes this problem? > > I tested it and not only did it not fix the scroll up issue, the scroll down > was broken too.
@Glavo I'm never sure :) It fixed for me using your example with a laptop touchpad. Which device are you using? ------------- PR: https://git.openjdk.org/jfx/pull/1044