SineStriker
2025-04-26 153e1f4f2fb711f5ec7072e0e49346fc76901cc3
src/core/contexts/win32windowcontext.cpp
@@ -2329,7 +2329,7 @@
                if (!mouseHook) {
                    mouseHook = ::SetWindowsHookExW(
                        WH_MOUSE,
                        [](int nCode, WPARAM wParam, LPARAM lParam) -> LRESULT WINAPI {
                        [](int nCode, WPARAM wParam, LPARAM lParam) -> LRESULT {
                            if (nCode >= 0) {
                                switch (wParam) {
                                    case WM_LBUTTONDBLCLK: