언어 설정

Menu
Sites
Language
SystemUtil library in Tizen 2.3??

Hi,

Is there an equivalent library available for SystemUtil library in the latest Tizen 2.3 SDK??

In Tizen 2.2 SDK, this library used to have api's for CaptureScreen, GenerateKeyEvent and GenerateTouchEvent.

Is there some equivalent api's for these operations in the latest SDK?

Kindly help on this.

Thanks,
Sathya Priya R

 

Responses

3 댓글
Alex Ashirov

Hi,

I am not sure that this is exactly what you are looking for, but you can send key and touch events to the main loop of your application using ecore events:

https://developer.tizen.org/dev-guide/2.3.0/org.tizen.mobile.native.appprogramming/html/guide/ui/events_guide_ecore.htm

Alex Dem

Hi,
I did not find similar class (exact analog) in 2.3 (changes regarding this were missed in release notes, even) , but maybe you could use ecore_event_add to simulate key pressing as minimum.
Alexey.

Alex Ashirov

Hi,

Most probably ecore_event_add() isn’t the same as GenerateKeyEvent. As far as I understand it allows to send key events to the main loop of current application, but it can’t send events to other applications.