[Scummvm-cvs-logs] CVS: scummvm gapi_keys.h,1.2,1.3

Nicolas Bacca arisme at users.sourceforge.net
Mon May 13 23:48:02 CEST 2002


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

Modified Files:
	gapi_keys.h 
Log Message:
Mapped new action to remove subtitles on WinCE

Index: gapi_keys.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/gapi_keys.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gapi_keys.h	21 Apr 2002 21:54:08 -0000	1.2
+++ gapi_keys.h	14 May 2002 06:47:06 -0000	1.3
@@ -12,7 +12,8 @@
 	ACTION_KEYBOARD = 6,
 	ACTION_SOUND = 7,
 	ACTION_RIGHTCLICK = 8,
-	ACTION_CURSOR = 9
+	ACTION_CURSOR = 9,
+	ACTION_SUBTITLES = 10
 };
 
 struct oneAction {
@@ -22,7 +23,7 @@
 
 
 #define NUMBER_ACTIONS 10
-#define TOTAL_ACTIONS 9
+#define TOTAL_ACTIONS 10
 
 #define GAPI_KEY_BASE 1000
 #define GAPI_KEY_VKA 1





More information about the Scummvm-git-logs mailing list