mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
47c65a92ae
When a screen is locked, an Ebitengine application crashed as the swap chain's Present returned DXGI_STATUS_OCCLUDED. Let's ignore the error and continue to run the applications. In the ideal world, an application should stop running during the screen lock, so let's revisit this later. This fix also fixes the issue that a Win32API GetCursorPos returned an error ERROR_ACCESS_DENIED when the screen was locked. Closes #2179 |
||
---|---|---|
.. | ||
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 |