input_device: Put input_device impelmentation into a directoy 94/290094/1
authorSeunghun Lee <shiin.lee@samsung.com>
Thu, 29 Dec 2022 07:16:41 +0000 (16:16 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Mon, 20 Mar 2023 07:02:58 +0000 (16:02 +0900)
commit88abf3f4fba3c65be02cd5c7b63aec446d1bf7ed
tree5ae8ed4fdf8b3bc3ee0aaf1040b90b245e955c23
parent7063d22fc5a35c6df33ebc9d923b6ceb534d2587
input_device: Put input_device impelmentation into a directoy

Change-Id: I4880c9821045ba4ffc5480f756295459048e8939
include/libds/interfaces/keyboard.h
include/libds/interfaces/pointer.h
include/libds/interfaces/touch.h
src/input_device/input_device.c [moved from src/input_device.c with 93% similarity]
src/input_device/input_device_private.h [new file with mode: 0644]
src/input_device/keyboard.c [moved from src/keyboard.c with 99% similarity]
src/input_device/pointer.c [moved from src/pointer.c with 96% similarity]
src/input_device/touch.c [moved from src/touch.c with 96% similarity]
src/meson.build