[Scummvm-cvs-logs] CVS: scummvm/backends/dc input.cpp,1.11,1.12

Max Horn fingolfin at users.sourceforge.net
Fri Aug 1 17:37:12 CEST 2003


Update of /cvsroot/scummvm/scummvm/backends/dc
In directory sc8-pr-cvs1:/tmp/cvs-serv16859/backends/dc

Modified Files:
	input.cpp 
Log Message:
removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I did it should be trivial to get them working again)

Index: input.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/dc/input.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- input.cpp	30 Jul 2003 21:44:43 -0000	1.11
+++ input.cpp	2 Aug 2003 00:36:37 -0000	1.12
@@ -184,6 +184,7 @@
     event->event_code = EVENT_MOUSEMOVE;
     _ms_old_x = _ms_cur_x;
     _ms_old_y = _ms_cur_y;
+    set_mouse_pos(event->mouse.x, event->mouse.y);
     return true;
   } else {
     event->event_code = (EventCode)0;





More information about the Scummvm-git-logs mailing list