I mean that we have a pointer like normal mouse have, but we replace it for example with an red dot (witch simulates our finger).
We can move this pointer (red dot) with an hardware controller (say PS3 Controller) to the position where we need to simulate a touch click.
Then we click an button on the controller, say X, and our app simulates an touch event on this position.
Why we need this ? Because there are lots of games like "Granny Smith - https://play.google.com/store/apps/details?id=com.mediocre.grannysmithfree" witch you can not play with mouse and keyboard or controller. You can play this games only with a touchscreen.
There are apps like "Sixaxis Controller" or "Tincore Keymapper" but with this apps you can only assign an touch event to specific position on the screen.
And this is not perfect because in games like "Granny Smith" you can not navigate true the levels (select an level on the map) without the touch.
See picture: http://s1.directupload.net/images/130701/2f7s2cc3.jpg
Because all level icons have different positions on the screen and it is impossible to assign 100 buttons for a game.
So in this case a virtual touch mouse would be perfect. Simple navigate to the position where you want to simulate the touch and press X

Is this possible ? Maybe there is someone who can do this for us ?
I have much more ideas how we could make this app perfect but I am not an Android programmer.
Comment