e_input/e_comp_wl: add new event for touch - E_EVENT_INPUT_TOUCH_FRAME 44/316044/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Sat, 10 Aug 2024 05:00:41 +0000 (14:00 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Tue, 13 Aug 2024 01:04:45 +0000 (10:04 +0900)
commitce75d3f2a0e3ea96056c779965ba751ed83251d1
treebbf9811022207181cb1eb788172a74f106f0a23a
parent03d65a6de2eda1b8dd39e2424e50c2805d3787fd
e_input/e_comp_wl: add new event for touch - E_EVENT_INPUT_TOUCH_FRAME

We add a new event for touch - E_EVENT_INPUT_TOUCH_FRAME.

This event is generated when e receives the LIBINPUT_EVENT_TOUCH_FRAME event
from the libinput.
And e sends the wl_touch.frame event to the client if this event is generated.

Change-Id: I5e0539fbb5018efaa5d3c110123b44fd1e800fe9
src/bin/inputmgr/e_input.c
src/bin/inputmgr/e_input_evdev.c
src/bin/server/e_comp_wl.c
src/bin/server/e_comp_wl_intern.h
src/include/e_comp_wl.h
src/include/e_input.h