artemsen / swayimg

Image viewer for Wayland
MIT License
367 stars 30 forks source link

Fix mouse pan #141

Closed diniamo closed 4 months ago

diniamo commented 4 months ago

Using integers for coordinates and mouse delta doesn't work because both dx and dy would and up being either -1 or 1, which only allows diagonal panning.

Keep in mind that I only changed the types in the relevant places, and while this compiles fine, I'm pretty sure it's incomplete, please point out anything else this needs.