diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-05 22:09:37 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-09-06 04:03:38 +0200 |
commit | aac3d4b4578585b8b3f96685502f2941d492ee1a (patch) | |
tree | b2c75365a41d06c90cb6d74012283f232ed921de /dinput/keybinding-worker.hpp | |
parent | 356ec58ae0d51cc04b2d478fdc21b112f7cafb50 (diff) |
{dinput,logic,..}: cleanup
Diffstat (limited to 'dinput/keybinding-worker.hpp')
-rw-r--r-- | dinput/keybinding-worker.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dinput/keybinding-worker.hpp b/dinput/keybinding-worker.hpp index c2d571f8..c4b441b8 100644 --- a/dinput/keybinding-worker.hpp +++ b/dinput/keybinding-worker.hpp @@ -23,8 +23,8 @@ struct OPENTRACK_DINPUT_EXPORT Key { - BYTE keycode; QString guid; + int keycode; bool shift; bool ctrl; bool alt; |