Changeset - r15431:b4c2709c63f6
[Not reviewed]
master
0 1 0
glx - 14 years ago 2010-07-06 21:10:47
glx@openttd.org
(svn r20084) -Fix [FS#3919] (r7157): don't try to handle mouse events when the cursor ha left the window
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/video/win32_v.cpp
Show inline comments
 
@@ -417,7 +417,6 @@ static LRESULT CALLBACK WndProcGdi(HWND 
 
			_cursor.in_window = false;
 

	
 
			if (!_left_button_down && !_right_button_down) MyShowCursor(true);
 
			HandleMouseEvents();
 
			return 0;
 

	
 
		case WM_MOUSEMOVE: {
0 comments (0 inline, 0 general)