Open GoogleCodeExporter opened 8 years ago
Are you requesting:
1: "if I touch the right corner of the screen, send an "A" keypress"
or
2: "if I press button "A" on my gamepad it should simulate touching right
corner of the screen"
For (1) I do not think another app can intercept touches without being the top
screen, as that would violate security (i.e. read typing a PIN).
For (2) I have not seen any API calls that would allow an app to simulate a
screen touch event. I can imagine that it may be a security issue as well,
although not as grave as (1).
Original comment by kenneth@hexad.dk
on 31 May 2011 at 12:20
I was requesting 2, so that apps/games that only use touch screen to control,
it would be possible to control with the gamepad.
I don't know if it's possible, but it would be great.
Original comment by jmc...@gmail.com
on 31 May 2011 at 12:42
I can see that the Sixaxis app does this now.
The downside is that you need a rooted device because Android will block
applications from doing it.
Original comment by kenneth@hexad.dk
on 2 Jan 2012 at 10:47
Maybe as a option for rooted devices.
There are more apps that have only some features for rooted phones.
Original comment by jmc...@gmail.com
on 2 Jan 2012 at 11:25
Do you know if Sixaxis app does this using MotionEvent as you described in
http://code.google.com/p/android-bluez-ime/issues/detail?id=66#c5 ?
Original comment by MMarty...@gmail.com
on 20 Jan 2012 at 8:45
This is how the sixaxis app works for the Droid Bionic at the moment.
Original comment by scottatt...@gmail.com
on 23 Jan 2012 at 4:04
Issue 185 has been merged into this issue.
Original comment by kenneth@hexad.dk
on 24 Oct 2012 at 8:48
Issue 187 has been merged into this issue.
Original comment by kenneth@hexad.dk
on 24 Oct 2012 at 9:09
Original issue reported on code.google.com by
jmc...@gmail.com
on 31 May 2011 at 12:34