javilechero / android-bluez-ime

Automatically exported from code.google.com/p/android-bluez-ime
0 stars 0 forks source link

Support for touch screen #44

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Start bluez-ime settings
2.Configure key mapping
3.

What is the expected output? What do you see instead?
Possibility to map regions of touch screen to buttons

What version of the product are you using? On what operating system?
Nexus One, 2.3.4

Please provide any additional information below.
This would be add support to all the other games.

Original issue reported on code.google.com by jmc...@gmail.com on 31 May 2011 at 12:34

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Issue 185 has been merged into this issue.

Original comment by kenneth@hexad.dk on 24 Oct 2012 at 8:48

GoogleCodeExporter commented 8 years ago
Issue 187 has been merged into this issue.

Original comment by kenneth@hexad.dk on 24 Oct 2012 at 9:09