[Scummvm-cvs-logs] CVS: scummvm/common system.h,1.40,1.41

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


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

Modified Files:
	system.h 
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: system.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/system.h,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- system.h	1 Aug 2003 12:18:35 -0000	1.40
+++ system.h	2 Aug 2003 00:36:37 -0000	1.41
@@ -198,17 +198,8 @@
 	/** Show or hide the mouse cursor. */
 	virtual bool show_mouse(bool visible) = 0;
 	
-	/**
-	 * Set the position of the mouse cursor.
-	 * @see warp_mouse
-	 */
-	virtual void set_mouse_pos(int x, int y) = 0;
-
 	/** 
-	 * Warp the mouse cursor to the specified position. Where set_mouse_pos()
-	 * only informs the backend of the mouse cursor's current position, this
-	 * function actually moves the cursor to the specified position.
-	 * @see set_mouse_pos
+	 * Move ("warp) the mouse cursor to the specified position.
 	 */
 	virtual void warp_mouse(int x, int y) = 0;
 	





More information about the Scummvm-git-logs mailing list