DSSeat: add keyboard/mouse/touch skeleton classes 78/241578/1
authorjeon <jhyuni.kang@samsung.com>
Mon, 6 Jul 2020 06:03:29 +0000 (15:03 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Thu, 20 Aug 2020 09:45:56 +0000 (18:45 +0900)
commit82077169b1a907a9062dedcc858b90063b4abec1
tree7015ff31dea32263ed309845ed58c3acd08beb69
parent008c336ed4dc66311b98e08758ea7e2526251d27
DSSeat: add keyboard/mouse/touch skeleton classes

Change-Id: Ia712e6f5d237caf06c239341cfabe9e1ac9cd771
src/DSSeat/DSKeyboard.cpp [new file with mode: 0644]
src/DSSeat/DSKeyboard.h [new file with mode: 0644]
src/DSSeat/DSPointer.cpp [new file with mode: 0644]
src/DSSeat/DSPointer.h [new file with mode: 0644]
src/DSSeat/DSSeat.cpp
src/DSSeat/DSSeat.h
src/DSSeat/DSTouch.cpp [new file with mode: 0644]
src/DSSeat/DSTouch.h [new file with mode: 0644]
src/meson.build