Qt/Input: Implement GetModifierCode to improve keyevents

This commit is contained in:
Unknown 2017-11-29 10:23:44 +01:00 committed by Ivan
parent 2cd551a222
commit a4de495093
2 changed files with 39 additions and 3 deletions

View file

@ -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;