hushanxue / android-lighthouse

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

XPeria Play #89

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Load app onto an XPeria Play
2. Print the key() from a QKeypressEvent

What is the expected output? What do you see instead?
Some value should be returned for all the keys. I see values for the D-pad and 
the X button of the controller. I don't see anything for L, R, Triangle, and 
Square. Circle also functions as the back button.

What version of the product are you using? On what operating system?
Necessitas 0.3

Please provide any additional information below.
I would also like to know if there is anything for the touch pads as they don't 
seem to do anything either.

Original issue reported on code.google.com by the1evil...@gmail.com on 17 Nov 2011 at 6:00

GoogleCodeExporter commented 9 years ago
After plenty of research, it seems that the only way to pull off the touchpads 
would be to make QtActivity extend NativeActivity instead of Activity, so is 
that even something you'd be interested in doing?

Original comment by the1evil...@gmail.com on 16 Jul 2012 at 7:21

GoogleCodeExporter commented 9 years ago
Update:

I have flashed an ICS ROM onto my XPeria Play, and it now is able to create 
GenericMotionEvents for the touchpads. This means that there just needs to be a 
class that can pass these along in a similar manner to QTouchEvent passing 
along TouchEvents.

Original comment by the1evil...@gmail.com on 3 Oct 2012 at 3:04