[Scummvm-cvs-logs] CVS: scummvm/common system.h,1.48,1.49

Travis Howell kirben at users.sourceforge.net
Tue Dec 16 01:59:03 CET 2003


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

Modified Files:
	system.h 
Log Message:

Add capture mouse option, patch #860831
Uses Ctrl m to toggle, since that is closest to original games.
Disabled by default.


Index: system.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/system.h,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- system.h	8 Nov 2003 22:43:46 -0000	1.48
+++ system.h	16 Dec 2003 09:58:21 -0000	1.49
@@ -98,6 +98,7 @@
 		PROP_GET_FMOPL_ENV_BITS,
 		PROP_GET_FMOPL_EG_ENT,
 		PROP_TOGGLE_ASPECT_RATIO,
+		PROP_TOGGLE_MOUSE_GRAB,
 		PROP_WANT_RECT_OPTIM
 	};
 	union Property {





More information about the Scummvm-git-logs mailing list