mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
Qt/input: windows workaround to fix shift on the basic keyboard handler
This commit is contained in:
parent
62414cee15
commit
8a31c7a7c8
2 changed files with 63 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
#pragma once
|
||||
#pragma once
|
||||
|
||||
#include "stdafx.h"
|
||||
#include "Emu/Io/KeyboardHandler.h"
|
||||
|
@ -18,6 +18,7 @@ public:
|
|||
bool eventFilter(QObject* obj, QEvent* ev) override;
|
||||
void keyPressEvent(QKeyEvent* event);
|
||||
void keyReleaseEvent(QKeyEvent* event);
|
||||
int getUnmodifiedKey(QKeyEvent* event);
|
||||
void LoadSettings();
|
||||
private:
|
||||
QWindow* m_target = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue