Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Fulfilled] Pause menu button for all platforms
02-20-2014, 06:38 AM (This post was last modified: 02-20-2014 06:43 AM by Talei.)
Post: #7
RE: Custom key on screen
Thanks for Your reply.

No it's not, it;s just register as any key on os and underlying settings (probably some Lenovo apps, didn't checked that) do send to the OS "Metro Ui request".

Code example (base on Qt, I didn't looked at the code so I don't know how input is handled):

Code:
void MainWindow::keyPressEvent(QKeyEvent *e)
{
    qDebug() << Q_FUNC_INFO << e->key();
}

Output when pressing "Home / Show metro Ui key".

Code:
void __thiscall MainWindow::keyPressEvent(class QKeyEvent *) 16777250 <- key id

So the problem in PPSSPP is that this key is not recognized. I didn't looked at the code as I'm bussy with the work but in my free time I will look at this issue.

PS. If I do check "Ignore Windows key" then menu/metro ui don't show up and probably key that do trigger this can be assigned to something different in PPSSPP.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Custom key on screen - TheDax - 02-19-2014, 11:14 PM
RE: Custom key on screen - Talei - 02-20-2014, 02:22 AM
RE: Custom key on screen - TheDax - 02-20-2014, 02:42 AM
RE: Custom key on screen - Talei - 02-20-2014, 05:56 AM
RE: Custom key on screen - TheDax - 02-20-2014, 06:16 AM
RE: Custom key on screen - Talei - 02-20-2014 06:38 AM
RE: Custom key on screen - Talei - 02-24-2014, 08:27 PM
RE: Custom key on screen - TheDax - 02-25-2014, 05:44 AM
RE: Custom key on screen - Talei - 02-25-2014, 11:17 AM
RE: Custom key on screen - TheDax - 02-25-2014, 11:19 AM

Forum Jump: