e_input/e_comp_wl: add new event for touch - E_EVENT_INPUT_TOUCH_FRAME 87/312087/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Tue, 4 Jun 2024 06:32:57 +0000 (15:32 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Tue, 4 Jun 2024 06:33:00 +0000 (15:33 +0900)
commitaba9166e65645b7351db84fa67ac639e3341718e
tree24bcaed0e92438f3c1b1c295f987a3e5e5570414
parentbd0769206ea5e20001e1f337a2b380a9bc564044
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: Id3b882d8a42f44b06cf069382dda60fb7d96db31
src/bin/e_comp_wl.c
src/bin/e_comp_wl.h
src/bin/e_input.c
src/bin/e_input.h
src/bin/e_input_evdev.c