aurum: rework touch command to support multi touch
authorWonki Kim <wonki_.kim@samsung.com>
Tue, 23 Jun 2020 09:15:05 +0000 (18:15 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Sun, 28 Jun 2020 23:59:14 +0000 (08:59 +0900)
commit9e54187434c898a38a76b7e0196c61982ae584b8
treeeea466a4ba9a950d06b506851d95b8340744aefc
parentd78cd2b937b3631895d42b73bde640212321efd6
aurum: rework touch command to support multi touch

when user call touchDown command, it will return touch sequenceId.
and touchMove and touchUp commands should be called with it.

if user call touchDown twice, the user gets 2 touch seq ids.
user can manipulate multi touch with them.

Change-Id: I6c6fdcdec4c14b2c547f167a9184427e7eda217a
libaurum/inc/DeviceImpl/TizenImpl.h
libaurum/inc/IDevice.h
libaurum/inc/UiDevice.h
libaurum/src/DeviceImpl/TizenImpl.cc
libaurum/src/UiDevice.cc
org.tizen.aurum-bootstrap/src/Commands/TouchDownCommand.cc
org.tizen.aurum-bootstrap/src/Commands/TouchMoveCommand.cc
org.tizen.aurum-bootstrap/src/Commands/TouchUpCommand.cc
protocol/examples/python/testFeatures.py
protocol/examples/python/testInternal.py