mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 20:18:59 +01:00
4a684c4195
The error value are defined as windows.Handle (64bit) in golang.org/x/sys/windows, but an actual type should be HRESULT (32bit). This causes an issue that a returning value from a Windows API was recognized as a non-zero error value though the value was not an error, when the value's lower 32-bits are all zero. See also https://github.com/golang/go/issues/48736#issuecomment-1143993096 Updates #2113 |
||
---|---|---|
.. | ||
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 |