ebiten/internal/glfw
Hajime Hoshi 58366ce64d internal/glfw: make the file operation atomic
If multiple Ebiten processes start at the same time, the file operation
can cause a race condition. Add a file lock to avoid this.
2022-03-18 20:32:25 +09:00
..
glfw internal/glfw/glfw: update for GLFW 3.3.6 2021-12-27 01:57:55 +09:00
callback_notwindows.go ebiten: Add IsWindowBeingClosed / SetWindowClosingHandled / IsWindowClosingHandled 2021-06-14 02:29:11 +09:00
callback_windows.go ebiten: Add IsWindowBeingClosed / SetWindowClosingHandled / IsWindowClosingHandled 2021-06-14 02:29:11 +09:00
const.go internal/uidriver/glfw: Do not iconify the fullscreen window on Linux 2021-09-18 00:52:04 +09:00
Dockerfile internal/glfw: Update Dockerfile 2021-10-14 00:03:43 +09:00
externaldll_windows.go internal/glfw: Add a new build tag ebitenexternaldll to requrie external DLLs 2021-10-14 02:44:25 +09:00
gen.go internal/glfw: Add a new build tag ebitenexternaldll to requrie external DLLs 2021-10-14 02:44:25 +09:00
gen.sh internal/glfw: Update Dockerfile and regenerate DLLs 2021-04-17 20:11:10 +09:00
generate.go Bug fix: Compile error for Wasm 2020-10-07 02:23:45 +09:00
glfw_notwindows.go internal/glfw: refactoring: keep the original API when possible 2022-02-09 19:36:47 +09:00
glfw_windows_386.dll internal/glfw/glfw: update for GLFW 3.3.6 2021-12-27 01:57:55 +09:00
glfw_windows_amd64.dll internal/glfw/glfw: update for GLFW 3.3.6 2021-12-27 01:57:55 +09:00
glfw_windows.go internal/glfw: refactoring: keep the original API when possible 2022-02-09 19:36:47 +09:00
glfwdll_windows_386.go internal/glfw/glfw: update for GLFW 3.3.6 2021-12-27 01:57:55 +09:00
glfwdll_windows_amd64.go internal/glfw/glfw: update for GLFW 3.3.6 2021-12-27 01:57:55 +09:00
glfwdllhash_windows_386.go internal/glfw/glfw: update for GLFW 3.3.6 2021-12-27 01:57:55 +09:00
glfwdllhash_windows_amd64.go internal/glfw/glfw: update for GLFW 3.3.6 2021-12-27 01:57:55 +09:00
keys.go Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
load_windows.go internal/glfw: remove an unreached code 2022-02-06 05:24:25 +09:00
native_darwin.go ui: Replace the native window's type (unsafe.Pointer) with uintptr 2020-09-04 00:51:48 +09:00
native_windows.go ui: Replace the native window's type (unsafe.Pointer) with uintptr 2020-09-04 00:51:48 +09:00
notexternaldll_windows.go internal/glfw: make the file operation atomic 2022-03-18 20:32:25 +09:00
tools.go Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
type.go Add internal/gamepaddb (#1805) 2021-09-11 22:46:05 +09:00