aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/input.cpp
diff options
context:
space:
mode:
authorNipun Garg2019-07-12 02:20:21 +0530
committerEugene Sandulenko2019-09-03 17:17:17 +0200
commita510482d64d7f77c3a0f9500cfd137d897524a03 (patch)
tree4c1ef5557d69e9d59b00e72c4098ec0c1f09ad76 /engines/hdb/input.cpp
parentd5a779168f2110f4041f78d0f4d3dc5145d9b5ce (diff)
downloadscummvm-rg350-a510482d64d7f77c3a0f9500cfd137d897524a03.tar.gz
scummvm-rg350-a510482d64d7f77c3a0f9500cfd137d897524a03.tar.bz2
scummvm-rg350-a510482d64d7f77c3a0f9500cfd137d897524a03.zip
HDB: Add stubs in Sound and Input
Diffstat (limited to 'engines/hdb/input.cpp')
-rw-r--r--engines/hdb/input.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hdb/input.cpp b/engines/hdb/input.cpp
index 212b23967d..256b6fb53d 100644
--- a/engines/hdb/input.cpp
+++ b/engines/hdb/input.cpp
@@ -348,8 +348,10 @@ void Input::updateKeys(Common::Event event, bool keyDown) {
if (keyDown) {
buttons |= kButtonA;
g_hdb->_gfx->showPointer(true);
+ warning("STUB: changetoMenu");
} else {
buttons &= ~kButtonA;
+ warning("STUB: changetoMenu");
}
} else if (event.kbd.keycode == _keyDebug) {
if (keyDown) {