[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) 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. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
[Fulfilled] Pause menu button for all platforms - Talei - 02-19-2014, 02:04 PM
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
|