e_input: send relative_motion in Ecore_Event_Mouse_Relative_Move cb func 34/298934/1
authorduna.oh <duna.oh@samsung.com>
Fri, 15 Sep 2023 08:21:00 +0000 (17:21 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Fri, 15 Sep 2023 10:25:44 +0000 (19:25 +0900)
commit7d024288bbf5adbf78d9638733e354864564029d
tree954d759ea521d528b3d75baa35d7251e27723502
parentaa5d9b602ef111a0566af99f6381a85e54931b7b
e_input: send relative_motion in Ecore_Event_Mouse_Relative_Move cb func

when lock is activated in e_comp
-> e_comp sets func to let e_input know it is required to send
Ecore_Event_Mouse_Relative_Move instead of Ecore_Event_Mouse_Move.
-> in Ecore_Event_Mouse_Relative_Move cb, e_comp sends relative_motion events.

Change-Id: I548969a9a988bdfc5b644c2ff67080bfd9f8a5ee
src/bin/e_comp_wl.c
src/bin/e_comp_wl.h
src/bin/e_comp_wl_input.c
src/bin/e_input_evdev.c