aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/eventman.h
diff options
context:
space:
mode:
authorFilippos Karapetis2015-12-28 01:58:17 +0200
committerFilippos Karapetis2015-12-28 01:59:17 +0200
commitf6e42a72826afd2bd796e830afe48c66034d24f0 (patch)
treeb0d05121109064801868387452eb16aa0dc1fa3c /engines/lab/eventman.h
parentc9bda09bc0900aac6d1cd96cd3f69b6a1761df70 (diff)
downloadscummvm-rg350-f6e42a72826afd2bd796e830afe48c66034d24f0.tar.gz
scummvm-rg350-f6e42a72826afd2bd796e830afe48c66034d24f0.tar.bz2
scummvm-rg350-f6e42a72826afd2bd796e830afe48c66034d24f0.zip
LAB: Simulate events by setting an unused key
Diffstat (limited to 'engines/lab/eventman.h')
-rw-r--r--engines/lab/eventman.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/lab/eventman.h b/engines/lab/eventman.h
index c282f5106f..37745292fa 100644
--- a/engines/lab/eventman.h
+++ b/engines/lab/eventman.h
@@ -123,10 +123,10 @@ public:
Common::Point updateAndGetMousePos();
/**
- * Simulates a left click for the game main loop, when a game is
+ * Simulates an event for the game main loop, when a game is
* loaded or when the user teleports to a scene
*/
- void simulateLeftClick() { _leftClick = true; }
+ void simulateEvent();
};
} // End of namespace Lab