ebiten/internal/glfwwin
Hajime Hoshi 47c65a92ae internal/graphicsdriver/directx: bug fix: ignore DXGI_STATUS_OCCLUDED
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
2022-07-04 12:55:36 +09:00
..
api_windows.go internal/glfwwin, internal/graphicsdriver/directx: bug fix: HRESULT and Errno are imcompatible 2022-06-03 00:41:04 +09:00
context_windows.go internal/glfw: use shorter copyright comments 2022-05-27 20:38:45 +09:00
glfw3h_windows.go internal/glfw: use shorter copyright comments 2022-05-27 20:38:45 +09:00
init_windows.go internal/glfw: use shorter copyright comments 2022-05-27 20:38:45 +09:00
input_windows.go internal/glfw: use shorter copyright comments 2022-05-27 20:38:45 +09:00
internal_windows.go internal/glfwwin: refactoring: remove Monitor.currentMode 2022-05-29 16:00:18 +09:00
monitor_windows.go internal/glfwwin: bug fix: update _glfw.windows 2022-06-01 00:01:07 +09:00
wglcontext_windows.go Revert "Revert "internal/glfwwin: ignore errors from DWM functions"" 2022-06-03 13:59:16 +09:00
win32init_windows.go internal/glfwwin: ignore the error at SetProcessDpiAwarenessContext 2022-06-01 23:11:06 +09:00
win32monitor_windows.go internal/glfwwin: split GDK part to a new package internal/microsoftgdk 2022-05-29 19:25:26 +09:00
win32platform_windows.go internal/glfw: use shorter copyright comments 2022-05-27 20:38:45 +09:00
win32thread_windows.go internal/glfw: use shorter copyright comments 2022-05-27 20:38:45 +09:00
win32window_windows.go internal/graphicsdriver/directx: bug fix: ignore DXGI_STATUS_OCCLUDED 2022-07-04 12:55:36 +09:00
window_windows.go internal/glfwwin: bug fix: update _glfw.windows 2022-06-01 00:01:07 +09:00