ebiten/internal/uidriver/glfw
Hajime Hoshi 3c2d562967 internal/glfw: Bug fix: NewCallbackCDecl objects were leaked
Callbacks created by NewCallbackCDecl were never released and then
they are leaked, especially when the window size was changed by
SetWindowSize on Windows.

This change defines new callback ID types with uintptr, and reuse
the callbacks.

Closes #1672
2021-06-13 22:23:01 +09:00
..
graphics_darwin.go Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
graphics_opengl.go Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
hideconsole_notwindows.go Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
hideconsole_windows.go Clean up the 'js' build tags 2020-10-07 01:33:10 +09:00
input.go internal/glfw: Bug fix: NewCallbackCDecl objects were leaked 2021-06-13 22:23:01 +09:00
keys.go Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
run_notsinglethread.go Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
run_singlethread.go Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
ui_darwin.go Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
ui_unix.go Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
ui_windows.go internal/uidriver/glfw: Native macOS implementation for setting cursor shape (#1624) 2021-05-02 14:50:50 +09:00
ui.go internal/glfw: Bug fix: NewCallbackCDecl objects were leaked 2021-06-13 22:23:01 +09:00
window.go Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00