diff options
author | Arisotura <thetotalworm@gmail.com> | 2021-04-25 11:54:08 +0200 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2021-04-25 11:54:08 +0200 |
commit | f8bb1aa98d8abb90204c09464f1d6ff1163d5b64 (patch) | |
tree | 557070c8b1bcf4ea46816d893a7bcb3825f89e94 /src | |
parent | 18497d396d61c08d4aee215f13bf34eb99d1d471 (diff) |
'aight
Diffstat (limited to 'src')
-rw-r--r-- | src/frontend/qt_sdl/Input.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/qt_sdl/Input.cpp b/src/frontend/qt_sdl/Input.cpp index f3ad651..cd18dd1 100644 --- a/src/frontend/qt_sdl/Input.cpp +++ b/src/frontend/qt_sdl/Input.cpp @@ -236,7 +236,7 @@ bool IsRightModKey(QKeyEvent* event) quint32 scan = event->nativeScanCode(); return (scan == 0x11D || scan == 0x138 || scan == 0x36); } -#elifdef __APPLE__ +#elif __APPLE__ bool IsRightModKey(QKeyEvent* event) { quint32 scan = event->nativeVirtualKey(); |