From fcd845fabd9482713d888d0303b221a7428a0ee0 Mon Sep 17 00:00:00 2001 From: "sungwon2.han" Date: Mon, 6 Jul 2015 17:59:07 +0900 Subject: [PATCH] Temporarily comment out "Back key" process routine Change-Id: I29a9b4ba24a02d78e33c7fc88447187eed59e89c Signed-off-by: sungwon2.han --- services/PlatformInputManager/PlatformInputManager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/PlatformInputManager/PlatformInputManager.cpp b/services/PlatformInputManager/PlatformInputManager.cpp index b4c6925..e7cc333 100644 --- a/services/PlatformInputManager/PlatformInputManager.cpp +++ b/services/PlatformInputManager/PlatformInputManager.cpp @@ -170,8 +170,8 @@ Eina_Bool PlatformInputManager::__filter(void *data, void */*loop_data*/, int ty self->rightPressed(); else if(!keyName.compare("KEY_ENTER")) self->enterPressed(); - else if(!keyName.compare("BackSpace")) - self->backPressed(); +// else if(!keyName.compare("BackSpace")) +// self->backPressed(); } else if(type == ECORE_EVENT_KEY_UP) { M_ASSERT(event); Ecore_Event_Key *ev = static_cast(event); -- 2.7.4