ecore_wl2_input: do not generate duplicated mouse in events 09/211009/2
authorjeon <jhyuni.kang@samsung.com>
Mon, 29 Jul 2019 05:34:15 +0000 (14:34 +0900)
committerjeon <jhyuni.kang@samsung.com>
Mon, 29 Jul 2019 07:36:48 +0000 (16:36 +0900)
commit29998e606393c7f4852320e3ce3e48f252f5020c
tree65890fa3628e8522f4658f76766510b2f06a7d75
parentcd7d98ce738e075996d4d0845e59fe03ce0d9ab2
ecore_wl2_input: do not generate duplicated mouse in events

  - 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
src/lib/ecore_wl2/ecore_wl2_input.c