You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reproduced on Debian 12 and a 1920x1080 monitor with the AppImage for commit 1462bd4 for both OpenGL / Vulkan.
Here is a repro for the initial issue based on the project I noticed this with:
When maximize is commented out like here, the following happens:
Graphically, the first fullscreen toggle yields scale 1.5 on my screen size as expected but toggling fullscreen off keeps the dimensions at the fullscreen resolution, no love.resize fires. Toggling it on has the expected result but toggling it off again moves the window handle offscreen.
When using love 11.5 instead, each fullscreen toggle resizes back to the previous window size with the weird side effect of moving down the window handle by a little each time.
If the maximize is added in love.load, openGL and Vulkan exhibit slightly different behaviours with love 12:
Vulkan in particular seems to squash the graphics vertically when not fullscreen whereas openGL will introduce some kind of offset.
The text was updated successfully, but these errors were encountered:
Reproduced on Debian 12 and a 1920x1080 monitor with the AppImage for commit 1462bd4 for both OpenGL / Vulkan.
Here is a repro for the initial issue based on the project I noticed this with:
When maximize is commented out like here, the following happens:
Graphically, the first fullscreen toggle yields scale 1.5 on my screen size as expected but toggling fullscreen off keeps the dimensions at the fullscreen resolution, no love.resize fires. Toggling it on has the expected result but toggling it off again moves the window handle offscreen.
When using love 11.5 instead, each fullscreen toggle resizes back to the previous window size with the weird side effect of moving down the window handle by a little each time.
If the maximize is added in love.load, openGL and Vulkan exhibit slightly different behaviours with love 12:
Vulkan in particular seems to squash the graphics vertically when not fullscreen whereas openGL will introduce some kind of offset.
The text was updated successfully, but these errors were encountered: