- touch down call _pointer_cb_enter()
- So touch down generate mouse in events twice when a mouse is connected
- if mouse is connected, the server generate and send pointer_enter / leave events
when touched window is changed.
Change-Id: I57c64188d62f02382c54ade8b4582664d3b666ee
window = _ecore_wl2_display_window_surface_find(input->display, surface);
if (!window) return;
+ // TIZEN_ONLY(20190729): do not generate duplicated mouse in events
+ if (input->focus.pointer == window) return;
+ //
+
// TIZEN_ONLY(20171207): add functions to set client's custom cursors
window->pointer.device = input;
//