ebiten/internal/uidriver/glfw
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
..
graphics_darwin.go uidriver/glfw: Bug fix: OpenGL was adopted unexpectedly on macOS Big Sur 2020-12-09 10:21:26 +09:00
graphics_opengl.go Clean up the 'js' build tags 2020-10-07 02:07:03 +09:00
hideconsole_notwindows.go Add uidriver package and move UI implementation to this packaage 2019-04-07 18:21:16 +09:00
hideconsole_windows.go Clean up the 'js' build tags 2020-10-07 01:33:10 +09:00
input.go internal/uidriver/glfw: Remove the dirty hack creating a temporary UI instance 2021-02-11 03:45:39 +09:00
keys.go ebiten: Add KeySuper 2020-10-11 18:40:40 +09:00
run_notsinglethread.go internal/uidriver/glfw: Update the screen on resizing 2021-02-07 23:03:56 +09:00
run_singlethread.go internal/uidriver/glfw: Update the screen on resizing 2021-02-07 23:03:56 +09:00
ui_darwin.go internal/uidriver/glfw: Remove the dirty hack creating a temporary UI instance 2021-02-11 03:45:39 +09:00
ui_unix.go internal/uidriver/glfw: Remove the dirty hack creating a temporary UI instance 2021-02-11 03:45:39 +09:00
ui_windows.go internal/uidriver/glfw: Remove the dirty hack creating a temporary UI instance 2021-02-11 03:45:39 +09:00
ui.go internal/uidriver/glfw: Separate createWindow and registring the callback 2021-03-06 17:48:28 +09:00
window.go internal/uidriver/glfw: Bug fix: Enable to specify ebiten.Image to SetWindowIcon 2021-02-07 21:18:30 +09:00