[Scummvm-cvs-logs] CVS: scummvm/common system.h,1.7,1.8

Max Horn fingolfin at users.sourceforge.net
Wed Oct 16 13:33:05 CEST 2002


Update of /cvsroot/scummvm/scummvm/common
In directory usw-pr-cvs1:/tmp/cvs-serv2225/common

Modified Files:
	system.h 
Log Message:
patch #620627: mouse wheel support for NewGui

Index: system.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/common/system.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- system.h	14 Oct 2002 11:01:35 -0000	1.7
+++ system.h	16 Oct 2002 20:32:10 -0000	1.8
@@ -54,6 +54,8 @@
 		EVENT_LBUTTONUP = 5,
 		EVENT_RBUTTONDOWN = 6,
 		EVENT_RBUTTONUP = 7,
+		EVENT_WHEELUP = 8,
+		EVENT_WHEELDOWN = 9,
 	};
 
 	enum {





More information about the Scummvm-git-logs mailing list