mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 03:38:38 +12:00
Qt/Input: fix numpad (regression)
This commit is contained in:
parent
8b31a9448a
commit
58d8d12665
2 changed files with 105 additions and 37 deletions
|
@ -63,9 +63,11 @@ public:
|
|||
|
||||
std::string GetMouseName(const QMouseEvent* event);
|
||||
std::string GetMouseName(u32 button);
|
||||
QStringList GetKeyNames(const QKeyEvent* keyEvent);
|
||||
std::string GetKeyName(const QKeyEvent* keyEvent);
|
||||
std::string GetKeyName(const u32& keyCode);
|
||||
u32 GetKeyCode(const std::string& keyName);
|
||||
u32 GetKeyCode(const QString& keyName);
|
||||
|
||||
protected:
|
||||
void Key(const u32 code, bool pressed, u16 value = 255);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue