From: devilhorns Date: Thu, 14 Jul 2011 15:41:36 +0000 (+0000) Subject: Ecore_Input: Add Shift_Lock variable for Ecore_Event. X-Git-Tag: 2.0_alpha~180^2~43 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=51e428ef80782ae1d7f4990358255c7cf8e3bb5a;p=framework%2Fuifw%2Fecore.git Ecore_Input: Add Shift_Lock variable for Ecore_Event. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@61380 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/ecore_input/Ecore_Input.h b/src/lib/ecore_input/Ecore_Input.h index 9f2c2cc..a64bb2b 100644 --- a/src/lib/ecore_input/Ecore_Input.h +++ b/src/lib/ecore_input/Ecore_Input.h @@ -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;