SecondHalfGames / yakui

yakui is a declarative Rust UI library for games
Apache License 2.0
237 stars 21 forks source link

Convert pixel scroll deltas into logical units #118

Closed Ralith closed 11 months ago

Ralith commented 1 year ago

Winit supplies these in physical coordinates.

Please test before merging; my dev machine doesn't hit this case.

LPGhatguy commented 11 months ago

It looks like my machine doesn't hit this either. I'm comfortable merging this because the types are so clear from winit's side that it would be a bug in winit for this PR to be wrong.