Ecore_Input: Add Shift_Lock variable for Ecore_Event.
authorChristopher Michael <cpmichael1@comcast.net>
Thu, 14 Jul 2011 15:41:36 +0000 (15:41 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Thu, 14 Jul 2011 15:41:36 +0000 (15:41 +0000)
SVN revision: 61380

legacy/ecore/src/lib/ecore_input/Ecore_Input.h

index 9f2c2cc..a64bb2b 100644 (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;