diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/video/win32_v.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video/win32_v.cpp b/src/video/win32_v.cpp index 15dc4c7eb..9f0a3c3df 100644 --- a/src/video/win32_v.cpp +++ b/src/video/win32_v.cpp @@ -417,7 +417,6 @@ static LRESULT CALLBACK WndProcGdi(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lP _cursor.in_window = false; if (!_left_button_down && !_right_button_down) MyShowCursor(true); - HandleMouseEvents(); return 0; case WM_MOUSEMOVE: { |