diff src/events/SDL_mouse.c @ 3770:81b649bad6d2 gsoc2008_manymouse

Implementation finished
author Szymon Wilczek <kazeuser@gmail.com>
date Thu, 31 Jul 2008 14:41:48 +0000
parents fe32943f86ec
children 8cc36a399a12
line wrap: on
line diff
--- a/src/events/SDL_mouse.c	Wed Jul 30 16:20:32 2008 +0000
+++ b/src/events/SDL_mouse.c	Thu Jul 31 14:41:48 2008 +0000
@@ -330,6 +330,8 @@
 {
     int index=SDL_GetIndexById(id);
     int posted=0;
+	last_x=x;
+	last_y=y;
     if(SDL_ProcessEvents[type]==SDL_ENABLE)
     {
         SDL_Event event;