It is not actually a bug, but an inconsistency issue… although named almost the same, the mouse wheel delta in Stride needs to be connected to a pad to behave the same like in Skia. I would vote for having it as easy as possible, which would be the Skia way.
This is a naming issue, the stride one actually outputs the delta, and the skia one outputs the wheel state. So the skia output should be renamed to wheel state because it accumulates the state from the delta.
1 Like
Yes, I thought so already and it makes sense, but shouldn’t both nodes be working the same? It is a bit confusing, out of the perspective of someone who might not know how to operate with pads yet.