diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-02 08:38:21 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-10-02 08:38:21 +0200 |
commit | 79815a8a759ae9fc48c26ee16bc3337463c35655 (patch) | |
tree | 6aae5159e9c807b6040821d87e2c983c95cf24f5 /opentrack/win32-shortcuts.h | |
parent | d6589a028919c671a3005d32202cdbbaf5caa010 (diff) |
shortcuts: implement dinput -> qt conversion
Diffstat (limited to 'opentrack/win32-shortcuts.h')
-rw-r--r-- | opentrack/win32-shortcuts.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/opentrack/win32-shortcuts.h b/opentrack/win32-shortcuts.h index 3e824b89..fe92ae53 100644 --- a/opentrack/win32-shortcuts.h +++ b/opentrack/win32-shortcuts.h @@ -3,6 +3,7 @@ #ifdef _WIN32 #include <QKeySequence> +#include "opentrack/shortcuts.h" struct win_key; @@ -15,6 +16,7 @@ struct win_key int win; Qt::Key qt; static bool from_qt(QKeySequence qt_, int& dik, Qt::KeyboardModifiers &mods); + static bool to_qt(const Key& k, QKeySequence& qt_, Qt::KeyboardModifiers &mods); }; #endif |