e_input_evdev: modify code for generating touch event 43/316043/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Sat, 10 Aug 2024 04:34:34 +0000 (13:34 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Tue, 13 Aug 2024 01:04:45 +0000 (10:04 +0900)
commit03d65a6de2eda1b8dd39e2424e50c2805d3787fd
tree9ac75802dc4c29da565af73d4427fc00c19e4c73
parentab10b9a913035da16cb5fa33391dd884245cd694
e_input_evdev: modify code for generating touch event

We change the log for generating touch event.
- Current: Call ecore_event_add whenever a touch event occur
- Modify : When touch event occur, instead of immediately calling ecore_event_add,
           it waits until the "frame" event occurs and then calls the ecore_event_add

Change-Id: I5ebf16021db1f4b97cbed102dbdc8120f40640ac
src/bin/inputmgr/e_input_evdev.c
src/bin/inputmgr/e_input_evdev_intern.h