aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/eventman.h
diff options
context:
space:
mode:
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