diff src/video/wincommon/SDL_sysevents.c @ 332:3d6dd1b7b7ba

Mouse wheel fix patch.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 08 Apr 2002 17:50:30 +0000
parents 13fc64213765
children f2ba51f64d49
line wrap: on
line diff
--- a/src/video/wincommon/SDL_sysevents.c	Thu Apr 04 18:06:33 2002 +0000
+++ b/src/video/wincommon/SDL_sysevents.c	Mon Apr 08 17:50:30 2002 +0000
@@ -370,6 +370,8 @@
 						button = 5;
 					posted = SDL_PrivateMouseButton(
 						SDL_PRESSED, button, 0, 0);
+					posted |= SDL_PrivateMouseButton(
+						SDL_RELEASED, button, 0, 0);
 				}
 			}
 			return(0);