diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2017-07-06 21:37:54 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-07-06 21:37:54 +0200 | 
| commit | 03303311b3c8733238803d7d0b38ac1f58765338 (patch) | |
| tree | 144594f695ed3bda71c95be4a0f650f255cc2890 /dinput | |
| parent | 5279f08e26ac9cea16f12f86c76b394c0d816b48 (diff) | |
logic/shortcuts: reformat etc
Diffstat (limited to 'dinput')
| -rw-r--r-- | dinput/keybinding-worker.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/dinput/keybinding-worker.cpp b/dinput/keybinding-worker.cpp index 41fa3486..042f01a5 100644 --- a/dinput/keybinding-worker.cpp +++ b/dinput/keybinding-worker.cpp @@ -142,6 +142,8 @@ void KeybindingWorker::run()                          case DIK_RCONTROL:                          case DIK_RSHIFT:                          case DIK_RALT: +                        case DIK_LWIN: +                        case DIK_RWIN:                              break;                          default:                              k.shift = !!((keystate[DIK_LSHIFT] & 0x80) || (keystate[DIK_RSHIFT] & 0x80));  | 
