mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +01:00
93537650c0
context_windows.go is used for all the platforms. However, it used syscall.Syscall which behaves differently on macOS and Windows as well as windows.BytePtrToString which isn't available on Linux or macOS. This commit replaces syscall.Syscall with purego.SyscallN and windows.BytePtrToString with a copied version called bytePtrToString. Updates #2546 |
||
---|---|---|
.. | ||
api_windows.go | ||
context_windows.go | ||
glfw3h_windows.go | ||
init_windows.go | ||
input_windows.go | ||
internal_windows.go | ||
monitor_windows.go | ||
wglcontext_windows.go | ||
win32init_windows.go | ||
win32monitor_windows.go | ||
win32platform_windows.go | ||
win32thread_windows.go | ||
win32window_windows.go | ||
window_windows.go |