aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/input.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/input.cpp')
-rwxr-xr-xengines/pegasus/input.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/pegasus/input.cpp b/engines/pegasus/input.cpp
index 4b1a8e4c50..76f5afae63 100755
--- a/engines/pegasus/input.cpp
+++ b/engines/pegasus/input.cpp
@@ -87,6 +87,7 @@ void InputDevice::getInput(Input &input, const tInputBits filter) {
currentBits |= (kRawButtonDown << kMod3ButtonShift);
break;
case Common::KEYCODE_TILDE:
+ case Common::KEYCODE_BACKQUOTE:
case Common::KEYCODE_NUMLOCK: // Yes, the original uses Num Lock/Clear on the Mac...
currentBits |= (kRawButtonDown << kLeftFireButtonShift);
break;