In Tizen, Unfocused App can receive key event.
So repeat timer should not be deleted,
when _ecore_wl_input_cb_keyboard_leave is called.
Signed-off-by: Hosang Kim <hosang12.kim@samsung.com>
Change-Id: Ia9ebe8a93361eef4ce166b4732fbd46beaac6df7
if (!surface) return;
if (!(input = data)) return;
-
- input->repeat.sym = 0;
- input->repeat.key = 0;
- input->repeat.time = 0;
- if (input->repeat.tmr) ecore_timer_del(input->repeat.tmr);
- input->repeat.tmr = NULL;
+// TIZEN_ONLY(20160615): Fix key repeat logic.
+// input->repeat.sym = 0;
+// input->repeat.key = 0;
+// input->repeat.time = 0;
+// if (input->repeat.tmr) ecore_timer_del(input->repeat.tmr);
+// input->repeat.tmr = NULL;
+//
input->keyboard_focus = NULL;