static int keyboardY = 0;
static int keyboardW = 0;
static int keyboardH = 0;
+
+#ifndef SCREEN_READER_TV
extern AtspiAccessible *top_win;
+#endif
+
#define E_KEYBOARD_SERVICE_BUS_NAME "org.tizen.keyboard"
#define E_KEYBOARD_SERVICE_NAVI_IFC_NAME "org.tizen.KBGestureNavigation"
#define E_KEYBOARD_SERVICE_NAVI_OBJ_PATH "/org/tizen/KBGestureNavigation"
Eina_Bool keyboard_event_status(int x, int y)
{
+#ifndef SCREEN_READER_TV
gchar* name = NULL;
if (prev_keyboard_state == VCONFKEY_ISF_INPUT_PANEL_STATE_SHOW) {
if (top_win)
}
g_free(name);
}
+#endif
return EINA_FALSE;
}
#ifndef SCREEN_READER_TV
//screen_reader_gestures_init();
navigator_init();
-#endif
keyboard_tracker_init();
+#endif
screen_reader_switch_enabled_set(EINA_TRUE);
screen_reader_switch_wm_enabled_set(EINA_TRUE);
return 0;
navigator_shutdown();
DEBUG("terminate gestures");
//screen_reader_gestures_shutdown();
-#endif
+ DEBUG("terminate keyboard tracker");
keyboard_tracker_shutdown();
+#endif
DEBUG("terminate service");
screen_reader_terminate_service(data);
DEBUG("clear ScreenReaderEnabled property");