From 2502a44e212a315f820f30c0329b3d210aab80d9 Mon Sep 17 00:00:00 2001 From: Nicolas Bacca Date: Sun, 12 Oct 2003 13:40:26 +0000 Subject: Re-add right click automatic mapping, lost on the branch svn-id: r10748 --- backends/wince/gapi_keys.cpp | 5 ++++- backends/wince/gapi_keys.h | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'backends/wince') diff --git a/backends/wince/gapi_keys.cpp b/backends/wince/gapi_keys.cpp index cc2f82b1cb..ff1622fd9b 100644 --- a/backends/wince/gapi_keys.cpp +++ b/backends/wince/gapi_keys.cpp @@ -381,5 +381,8 @@ void setActionTypes(unsigned char *actionTypes) { _actions[i].action_type = (ActionType)actionTypes[i]; } +bool isRightClickSet() { + return (_actions[ACTION_RIGHTCLICK].action_key); +} -#endif \ No newline at end of file +#endif diff --git a/backends/wince/gapi_keys.h b/backends/wince/gapi_keys.h index 8765fe3430..2fdf058474 100644 --- a/backends/wince/gapi_keys.h +++ b/backends/wince/gapi_keys.h @@ -63,5 +63,6 @@ void setNextType(int); void setPreviousType(int); unsigned int GAPIKeysTranslate(unsigned int); void GAPIKeysHandleSelect(int); +bool isRightClickSet(void); #endif -- cgit v1.2.3