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

Nicolas Bacca arisme at users.sourceforge.net
Sun Oct 12 06:41:06 CEST 2003


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

Modified Files:
	gapi_keys.cpp gapi_keys.h 
Log Message:
Re-add right click automatic mapping, lost on the branch

Index: gapi_keys.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/gapi_keys.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gapi_keys.cpp	13 Jul 2003 12:30:32 -0000	1.4
+++ gapi_keys.cpp	12 Oct 2003 13:40:26 -0000	1.5
@@ -381,5 +381,8 @@
 		_actions[i].action_type = (ActionType)actionTypes[i];
 }
 
+bool isRightClickSet() {
+	return (_actions[ACTION_RIGHTCLICK].action_key);
+}
 
-#endif
\ No newline at end of file
+#endif

Index: gapi_keys.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/wince/gapi_keys.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- gapi_keys.h	13 Jul 2003 12:30:32 -0000	1.3
+++ gapi_keys.h	12 Oct 2003 13:40:26 -0000	1.4
@@ -63,5 +63,6 @@
 void setPreviousType(int);
 unsigned int GAPIKeysTranslate(unsigned int);
 void GAPIKeysHandleSelect(int);
+bool isRightClickSet(void);
 
 #endif





More information about the Scummvm-git-logs mailing list