ebiten/internal/uidriver
Hajime Hoshi 990fb14f17 internal/uidriver/glfw: Separate createWindow and registring the callback
createWindow created a window and also registered the SetSize callback.
This was problematic in setWindowSize, since the callback was invoked
in setWindowSize unexpectedly.

This change separates createWindow and registring the callback so that
the created window in setWindowSize doesn't invoke the callback until
setWindowSize finishes.

Closes #1505
2021-03-06 17:48:28 +09:00
..
glfw internal/uidriver/glfw: Separate createWindow and registring the callback 2021-03-06 17:48:28 +09:00
js internal/uidriver/js: Bug fix: GamepadName and GamepadSDLID could return wrong values 2021-01-26 10:35:40 +09:00
mobile internal/uidriver: Optimization 2021-01-26 01:02:24 +09:00