Merge pull request #59199 from akien-mga/windows-shadowed-mouse_monitor

This commit is contained in:
Rémi Verschelde 2022-03-16 17:13:18 +01:00 committed by GitHub
commit e7d49e6937
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3596,12 +3596,11 @@ DisplayServerWindows::DisplayServerWindows(const String &p_rendering_driver, Win
return; return;
} }
//gl_manager->set_use_vsync(current_videomode.use_vsync);
RasterizerGLES3::make_current(); RasterizerGLES3::make_current();
} }
#endif #endif
HHOOK mouse_monitor = SetWindowsHookEx(WH_MOUSE, ::MouseProc, nullptr, GetCurrentThreadId()); mouse_monitor = SetWindowsHookEx(WH_MOUSE, ::MouseProc, nullptr, GetCurrentThreadId());
Point2i window_position( Point2i window_position(
(screen_get_size(0).width - p_resolution.width) / 2, (screen_get_size(0).width - p_resolution.width) / 2,