I want to access touch events of other application from my application.
For example launch my app and then minimize it. After that launch another app and if I touch on some button then I want its x-y coordinate of that touch event in my application.
I know that there is no such api provided by blackberry but is there any other way of accessing it.
Thanks...
Unless you've written both apps and have set up some communication between them, then no, there isn't a way to accomplish this.
Each app in BB10 operates in a sandbox. If there is a way to accomplish this, it is a flaw in the operating system, not a feature.