PistonDevelopers / glutin_window

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

Make Resize event return logical points instead of pixels #199

Closed nathaniel-daniel closed 3 years ago

nathaniel-daniel commented 3 years ago

This PR makes the resize event return logical points instead of physical pixels; this extends #197 to resize events.

bvssvni commented 3 years ago

Merging

bvssvni commented 3 years ago

Thanks!