ebiten/internal/uidriver
Hajime Hoshi b5d4c834b8 internal/uidriver/glfw: Bug fix: More precise window size adjustment
Before this change, setWindowSize converts the size in device-
independent pixels once, invokes adjustWindowSizeBasedOnSizeLimitsInDP,
and then restore the values in device-dependent pixels. This might
introduce a slight error and then SetSize be unexpectedly invoked.
Such SetSize call with a slightly different size might not invoke
the FramebufferSize callback, and then this blocked forever when
maximizing the window.

This change fixes this by adjusting the size limits instead of the
window size so that the window size is not modified unexpectedly.

Closes #1577
2021-04-18 00:56:37 +09:00
..
glfw internal/uidriver/glfw: Bug fix: More precise window size adjustment 2021-04-18 00:56:37 +09:00
js internal/uidriver/js: Misspelling 2021-04-16 03:14:46 +09:00
mobile ebiten: Add CursorShape/SetCursorShape/CursorShapeType 2021-04-16 01:09:19 +09:00