Wiki page ecore_events changed with summary [] by Amitesh Singh

This commit is contained in:
Amitesh Singh 2015-11-04 02:39:35 -08:00 committed by apache
parent 9edc88424e
commit 4e349eba5e
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ _key_down_cb(void *data __UNUSED__, int type __UNUSED__, void *ev)
Ecore_Event_Key *event = ev;
// Test whether the key that is pressed is Ctrl.
if (!strcmp("Control_L", event->key))
if (!strcmp("Control_L", event->key))
{
// If it is, store that piece of information
ctrl_pressed = EINA_TRUE;