[Scummvm-cvs-logs] CVS: scummvm/backends/wince wince.cpp,1.19,1.20

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


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

Modified Files:
	wince.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: wince.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/wince.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- wince.cpp	22 Jul 2003 20:36:43 -0000	1.19
+++ wince.cpp	2 Aug 2003 00:36:37 -0000	1.20
@@ -1751,6 +1751,9 @@
 			return false;
 
 		*event = _event;
+		
+		if (_event.event_code == EVENT_MOUSEMOVE)
+			set_mouse_pos(_event.mouse.x, _event.mouse.y);
 
 		_event.event_code = EVENT_WHEELUP;
 





More information about the Scummvm-git-logs mailing list