Languages

Menu
Sites
Language
How to simulate pinch and zoom using GenerateTouchEvent()

Hi,

I need create a appliation to simulate pinch and zoom usinghttps://developer.tizen.org/dev-guide/2.2.1/org.tizen.native.apireference/classTizen_1_1Ui_1_1SystemUtil.html .

Is it possible to create two touch events ?

Thanks,

Anil

 

Responses

3 Replies
hgw7

The api's present the Tizen::Ui::SystemUtil Class require platform privelege. Please refer -> https://developer.tizen.org/dev-guide/2.2.1/org.tizen.gettingstarted/html/tizen_overview/platform_privileges.htm

Anil Kumar

Hi Hgw7,

I already have plaftform privileges and i am able to simulate single touch events as well. I am looking on how to generate two touch points to simulate pinch and zoom effect.

Anil