mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
Qt/Input: Implement GetModifierCode to improve keyevents
This commit is contained in:
parent
2cd551a222
commit
a4de495093
2 changed files with 39 additions and 3 deletions
|
@ -31,6 +31,7 @@ public:
|
|||
|
||||
protected:
|
||||
void Key(const u32 code, bool pressed, u16 value = 255);
|
||||
int GetModifierCode(QKeyEvent* e);
|
||||
|
||||
private:
|
||||
QWindow* m_target = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue