Skip to content

Fixed missing scaling for MouseWheel events on Windows#20

Open
emuell wants to merge 1 commit into
ilmai:mainfrom
emuell:fix/windows-mouse-wheel-events
Open

Fixed missing scaling for MouseWheel events on Windows#20
emuell wants to merge 1 commit into
ilmai:mainfrom
emuell:fix/windows-mouse-wheel-events

Conversation

@emuell
Copy link
Copy Markdown
Contributor

@emuell emuell commented Jun 1, 2026

Also, the PhysicalToLogicalPoint hack was missing for MouseWheel event. I guess that the same applies here, but I can't test that, because PhysicalToLogicalPoint and co don't do anything on my Windows setups.

Further, errors from ScreenToClient got handled with an assert! for MouseWheel events, but got silently ignored in the drag and drop impl. I've unified both, too, and do log them now. I think a warning is fine here, a panic would be too much, but that's your call to make.

NB: This is a regression of: dd350f8

... and log or trace errors from `ScreenToClient` and co as warnings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant