Commit 457433ec

– Do not ignore x and y positions with a value of 0
– Fix mutex deadlock when switching from full-screen to window mode

Fix #4, Fix #1

Hi! Scrolling is now working as expected in full-screen mode. While fixing that I also noticed a deadlock when switching from full-screen back to window mode which was caused by a mutex that was locked, but never unlocked for that specific code path – everything should be fine now. 🙂

Leave a Reply

Your email address will not be published. Required fields are marked *