Android Question Simulate touch on screen via my app

petr4ppc

Well-Known Member
Licensed User
Longtime User

derez

Expert
Licensed User
Longtime User
The event sub ( _Touch) is called when a touch realy happens, but you can also call it from the application with the specific parameters (x,y) that you need. That is true for a touch event on an acticity or panel. If you want to simulate a click event - just call the specific button_click sub.
 
Upvote 0
Top