ebiten/internal/goglfw
TotallyGamerJet b359985e97
internal/goglfw: separate windows specific struct from common structs (#2567)
Many of the structs found in internal.h (internal_windows.go) contain defines such as GLFW_WIN32_WINDOW_STATE
which gets replaced with a struct defined in win32platform_windows.go (win32_platform.h).

Originally, these structs where directly placed inside of internal_windows.go. However, to make it easier to add macOS
and Linux these cannot be in this file.

This commit separates the windows specific structs into the respective windows file and updates the field to be named
state.

Updates #2546
2023-02-08 03:05:46 +09:00
..
api_windows.go all: fix typos (#2558) 2023-01-28 19:06:38 +09:00
context_windows.go rename internal/glfwwin -> internal/goglfw 2023-01-21 22:09:21 +09:00
glfw3h_windows.go rename internal/glfwwin -> internal/goglfw 2023-01-21 22:09:21 +09:00
init_windows.go rename internal/glfwwin -> internal/goglfw 2023-01-21 22:09:21 +09:00
input_windows.go rename internal/glfwwin -> internal/goglfw 2023-01-21 22:09:21 +09:00
internal_windows.go internal/goglfw: separate windows specific struct from common structs (#2567) 2023-02-08 03:05:46 +09:00
monitor_windows.go rename internal/glfwwin -> internal/goglfw 2023-01-21 22:09:21 +09:00
wglcontext_windows.go internal/goglfw: separate windows specific struct from common structs (#2567) 2023-02-08 03:05:46 +09:00
win32init_windows.go internal/goglfw: separate windows specific struct from common structs (#2567) 2023-02-08 03:05:46 +09:00
win32monitor_windows.go internal/goglfw: separate windows specific struct from common structs (#2567) 2023-02-08 03:05:46 +09:00
win32platform_windows.go internal/goglfw: separate windows specific struct from common structs (#2567) 2023-02-08 03:05:46 +09:00
win32thread_windows.go internal/goglfw: separate windows specific struct from common structs (#2567) 2023-02-08 03:05:46 +09:00
win32window_windows.go internal/goglfw: separate windows specific struct from common structs (#2567) 2023-02-08 03:05:46 +09:00
window_windows.go rename internal/glfwwin -> internal/goglfw 2023-01-21 22:09:21 +09:00