Win32: Fix handling of local absolute raw motion

The implementation for how to handle absolute raw motion remotely is
just how to handle absolute raw motion, period.
This commit is contained in:
Camilla Löwy
2024-02-07 00:59:58 +01:00
parent 275b92f887
commit d93868bcf3
3 changed files with 18 additions and 33 deletions
-3
View File
@@ -698,9 +698,6 @@ int _glfwInitWin32(void)
if (!createHelperWindow())
return GLFW_FALSE;
// Check if the current process was started via Remote Desktop
_glfw.win32.isRemoteSession = GetSystemMetrics(SM_REMOTESESSION) > 0;
_glfwPollMonitorsWin32();
return GLFW_TRUE;
}