Introducing XDA:DevCon – A Conference For Developers By Developers
XDA Developers Android and Mobile Development Forum
Forgot your password?
 
Post Reply+
Tip us?
 
farenheith
Old
#61  
farenheith's Avatar
Senior Member - OP
Thanks Meter 316
Posts: 744
Join Date: Apr 2011
Location: Carapicuíba
Quote:
Originally Posted by bhavei View Post
The music plays on background on most games that doesn't have button function, even on FPSE, while im playing FPSE all I have to do is press menu, then press the triangle, now I have music on background.

sent from Xperia PLAY™ via Tapatalk™
I said it in the OP, but I'll try to make it more clear, the fact is:

when an app doesn't treat the key, the fallback happens!

So, if you press the menu button in FPSe, in this moment, the app is not treating the BUTTON_Y (triangle) anymore, so, the fallback happens. This is not an error. This behavior doesn't disturb the game experience because in this moment the triangle is not important for the app. The same happens in any game that doesn't treat the keys. This is the definition of fallback.
 
farenheith
Old
#62  
farenheith's Avatar
Senior Member - OP
Thanks Meter 316
Posts: 744
Join Date: Apr 2011
Location: Carapicuíba
As the Iruna game is free I downloaded it and did a test. Dude, they're not telling the system which key is been treated. It's a serious implementation problem of the key event. Is better to tell the system that every key was treated than no one. I could take screenshots with the R1 button while I was moving the camera.

I sent a mail to them reporting this problem.

***dev explanation***
Probably they're returning the return of the super method in the key events, but they have to return just true instead and there's no need to call the Super. They only need to call the spotter if the Key is not treated for the game.
 
Post Reply+
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Go to top of page...