mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +01:00
990fb14f17
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 |
||
---|---|---|
.. | ||
graphics_darwin.go | ||
graphics_opengl.go | ||
hideconsole_notwindows.go | ||
hideconsole_windows.go | ||
input.go | ||
keys.go | ||
run_notsinglethread.go | ||
run_singlethread.go | ||
ui_darwin.go | ||
ui_unix.go | ||
ui_windows.go | ||
ui.go | ||
window.go |