[Scummvm-cvs-logs] CVS: scummvm/backends/wince gapi_keys.h,1.2,1.3 gapi_keys.cpp,1.3,1.4

Nicolas Bacca arisme at users.sourceforge.net
Sun Jul 13 05:31:22 CEST 2003


Update of /cvsroot/scummvm/scummvm/backends/wince
In directory sc8-pr-cvs1:/tmp/cvs-serv17698

Modified Files:
	gapi_keys.h gapi_keys.cpp 
Log Message:
Add Free-Look key

Index: gapi_keys.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/gapi_keys.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gapi_keys.h	22 Oct 2002 22:57:12 -0000	1.2
+++ gapi_keys.h	13 Jul 2003 12:30:32 -0000	1.3
@@ -14,7 +14,8 @@
 	ACTION_RIGHTCLICK = 8,
 	ACTION_CURSOR = 9,
 	ACTION_SUBTITLES = 10,
-	ACTION_BOSS = 11
+	ACTION_BOSS = 11,
+	ACTION_FREELOOK = 12
 };
 
 struct oneAction {
@@ -22,7 +23,7 @@
 	unsigned int		action_type;
 };
 
-#define TOTAL_ACTIONS 12
+#define TOTAL_ACTIONS 13
 
 #define GAPI_KEY_BASE 1000
 /*

Index: gapi_keys.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/gapi_keys.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gapi_keys.cpp	31 Oct 2002 01:03:55 -0000	1.3
+++ gapi_keys.cpp	13 Jul 2003 12:30:32 -0000	1.4
@@ -65,7 +65,8 @@
 	"Right click",
 	"Cursor on/off",
 	"Subtitles on/off",
-	"Boss"
+	"Boss",
+	"Free look"
 };
 
 bool _typeExists(unsigned int x) {





More information about the Scummvm-git-logs mailing list