touch: implement multi-touch tracking
authorGiWoong Kim <giwoong.kim@samsung.com>
Tue, 28 Apr 2015 12:38:43 +0000 (21:38 +0900)
committerGiWoong Kim <giwoong.kim@samsung.com>
Thu, 30 Apr 2015 09:53:35 +0000 (18:53 +0900)
commit2fba116e9819faf6b931671e2478f929111bdaee
tree4e2365ef6e02e513d2441fd5edb907a659614715
parent4d7217f8fd3559fe73e5330dca8831cad70f30ad
touch: implement multi-touch tracking

supports separated moving mode only

Change-Id: If3193d7f961118fca4305744ce2114ff4d10a259
Signed-off-by: GiWoong Kim <giwoong.kim@samsung.com>
12 files changed:
tizen/src/ui/displaybase.cpp
tizen/src/ui/displaybase.h
tizen/src/ui/input/Makefile.objs
tizen/src/ui/input/keyboardhelper.cpp
tizen/src/ui/input/keyboardhelper.h
tizen/src/ui/input/multitouchtracker.cpp [new file with mode: 0644]
tizen/src/ui/input/multitouchtracker.h [new file with mode: 0644]
tizen/src/ui/input/touchscreenhelper.cpp
tizen/src/ui/input/touchscreenhelper.h
tizen/src/ui/mainwindow.cpp
tizen/src/ui/mainwindow.h
tizen/src/ui/skinview.cpp