make inputmgr directory 58/311058/1
authorSooChan Lim <sc1.lim@samsung.com>
Fri, 10 May 2024 00:14:17 +0000 (09:14 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Mon, 13 May 2024 11:55:26 +0000 (20:55 +0900)
commit3c1766c1c93766a79b261c27c1ecf2a889262916
treecdd2f835a147debfa41f91ed777b3a70bd2b483a
parentf73061fe6c424e91f5015860f21ad7aa3d21a50e
make inputmgr directory

This aims for the refactor of the enlightenment.
The inputmgr has the files which related to input management.

Change-Id: I0d844a22ab1e31f2e8b30e8ca70128afd3030924
32 files changed:
src/bin/Makefile.mk
src/bin/inputmgr/e_comp_input.c [moved from src/bin/e_comp_input.c with 100% similarity]
src/bin/inputmgr/e_comp_input_intern.h [moved from src/bin/e_comp_input_intern.h with 100% similarity]
src/bin/inputmgr/e_device.c [moved from src/bin/e_device.c with 100% similarity]
src/bin/inputmgr/e_device_intern.h [moved from src/bin/e_device_intern.h with 100% similarity]
src/bin/inputmgr/e_devicemgr.c [moved from src/bin/e_devicemgr.c with 100% similarity]
src/bin/inputmgr/e_devicemgr_block.c [moved from src/bin/e_devicemgr_block.c with 100% similarity]
src/bin/inputmgr/e_devicemgr_conf.c [moved from src/bin/e_devicemgr_conf.c with 100% similarity]
src/bin/inputmgr/e_devicemgr_input.c [moved from src/bin/e_devicemgr_input.c with 100% similarity]
src/bin/inputmgr/e_devicemgr_inputgen.c [moved from src/bin/e_devicemgr_inputgen.c with 100% similarity]
src/bin/inputmgr/e_devicemgr_intern.h [moved from src/bin/e_devicemgr_intern.h with 100% similarity]
src/bin/inputmgr/e_devicemgr_keyboard_grab.c [moved from src/bin/e_devicemgr_keyboard_grab.c with 100% similarity]
src/bin/inputmgr/e_gesture.c [moved from src/bin/e_gesture.c with 100% similarity]
src/bin/inputmgr/e_gesture_intern.h [moved from src/bin/e_gesture_intern.h with 100% similarity]
src/bin/inputmgr/e_grabinput.c [moved from src/bin/e_grabinput.c with 100% similarity]
src/bin/inputmgr/e_grabinput_intern.h [moved from src/bin/e_grabinput_intern.h with 100% similarity]
src/bin/inputmgr/e_input.c [moved from src/bin/e_input.c with 100% similarity]
src/bin/inputmgr/e_input_device.c [moved from src/bin/e_input_device.c with 100% similarity]
src/bin/inputmgr/e_input_evdev.c [moved from src/bin/e_input_evdev.c with 100% similarity]
src/bin/inputmgr/e_input_event.c [moved from src/bin/e_input_event.c with 100% similarity, mode: 0644]
src/bin/inputmgr/e_input_event_intern.h [moved from src/bin/e_input_event_intern.h with 100% similarity]
src/bin/inputmgr/e_input_inputs.c [moved from src/bin/e_input_inputs.c with 100% similarity]
src/bin/inputmgr/e_input_intern.h [moved from src/bin/e_input_intern.h with 100% similarity]
src/bin/inputmgr/e_input_thread_client.c [moved from src/bin/e_input_thread_client.c with 100% similarity]
src/bin/inputmgr/e_input_thread_client_intern.h [moved from src/bin/e_input_thread_client_intern.h with 100% similarity]
src/bin/inputmgr/e_keyrouter.c [moved from src/bin/e_keyrouter.c with 100% similarity]
src/bin/inputmgr/e_keyrouter_conf.c [moved from src/bin/e_keyrouter_conf.c with 100% similarity]
src/bin/inputmgr/e_keyrouter_events.c [moved from src/bin/e_keyrouter_events.c with 100% similarity]
src/bin/inputmgr/e_keyrouter_intern.h [moved from src/bin/e_keyrouter_intern.h with 100% similarity]
src/bin/inputmgr/e_keyrouter_list.c [moved from src/bin/e_keyrouter_list.c with 100% similarity]
src/bin/inputmgr/e_mouse.c [moved from src/bin/e_mouse.c with 100% similarity]
src/bin/inputmgr/e_mouse_intern.h [moved from src/bin/e_mouse_intern.h with 100% similarity]