PistonDevelopers / glutin_window

A Piston window back-end using the Glutin library
MIT License
25 stars 40 forks source link

Convert `PhysicalPosition` event args into `LogicalPosition` for event handlers #197

Closed shinmili closed 3 years ago

shinmili commented 3 years ago

Fixes #196. (only CursorMoved-related stuffs are needed to fix the paint example.)

The following events' arguments are converted:

bvssvni commented 3 years ago

Merging

bvssvni commented 3 years ago

Thanks!