mouseevent - Android mouse simulator -
i have android running on dev board. how can simulate mouse pointer in that?
i have application sends (x,y) coordinates running deamon. should able simulate tap @ corresponding point on touch screen.
can suggest ideas , feasibility of ?
you can emulate such events using monkey tool
it supports running in daemon mode accepting commands, see details , samples in android repository
Comments
Post a Comment