mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 09:18:40 +12:00
Qt/Input: update keyboard_pad_handler shortcuts
This is just some patchwork before the shortcuts get refactored eventually
This commit is contained in:
parent
1f25924384
commit
bec6bde919
3 changed files with 6 additions and 2 deletions
|
@ -116,6 +116,8 @@ void gs_frame::showEvent(QShowEvent *event)
|
|||
|
||||
void gs_frame::keyPressEvent(QKeyEvent *keyEvent)
|
||||
{
|
||||
// NOTE: needs to be updated with keyboard_pad_handler::processKeyEvent
|
||||
|
||||
switch (keyEvent->key())
|
||||
{
|
||||
case Qt::Key_L:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue