Ecore_Input: Add Shift_Lock variable for Ecore_Event.

SVN revision: 61380
This commit is contained in:
Christopher Michael 2011-07-14 15:41:36 +00:00
parent da03bd6e66
commit c3e316bd9a
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ extern "C" {
#define ECORE_EVENT_LOCK_SCROLL 0x0080
#define ECORE_EVENT_LOCK_NUM 0x0100
#define ECORE_EVENT_LOCK_CAPS 0x0200
#define ECORE_EVENT_LOCK_SHIFT 0x0300
typedef uintptr_t Ecore_Window;
typedef struct _Ecore_Event_Key Ecore_Event_Key;