[Scummvm-cvs-logs] CVS: scummvm/common system.h,1.14,1.15

James Brown ender at users.sourceforge.net
Thu Jan 9 05:54:01 CET 2003


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

Modified Files:
	system.h 
Log Message:
All source and no headers make blah a blah blah blah.


Index: system.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/system.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- system.h	28 Dec 2002 04:57:28 -0000	1.14
+++ system.h	9 Jan 2003 13:52:59 -0000	1.15
@@ -109,6 +109,11 @@
 	
 	// Set the position of the mouse cursor
 	virtual void set_mouse_pos(int x, int y) = 0;
+
+	// Warp the mouse cursor. 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.
+	virtual void warp_mouse(int x, int y) = 0;
 	
 	// Set the bitmap that's used when drawing the cursor.
 	virtual void set_mouse_cursor(const byte *buf, uint w, uint h, int hotspot_x, int hotspot_y) = 0;





More information about the Scummvm-git-logs mailing list