From 5c75ac98981512133b888743779fae383200be44 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Mon, 28 Dec 2015 01:04:28 +0200 Subject: LAB: Fix loading from the GMM and warping to rooms from the console --- engines/lab/eventman.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'engines/lab/eventman.h') diff --git a/engines/lab/eventman.h b/engines/lab/eventman.h index cb91b12a76..c282f5106f 100644 --- a/engines/lab/eventman.h +++ b/engines/lab/eventman.h @@ -121,6 +121,12 @@ public: void setMousePos(Common::Point pos); void updateMouse(); Common::Point updateAndGetMousePos(); + + /** + * Simulates a left click for the game main loop, when a game is + * loaded or when the user teleports to a scene + */ + void simulateLeftClick() { _leftClick = true; } }; } // End of namespace Lab -- cgit v1.2.3