From f88985dc649b81e13490d7f3f949838a9b6680c9 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 2 Feb 2014 20:28:24 -0500 Subject: VOYEUR: Added debugger command to show mouse position --- engines/voyeur/debugger.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'engines/voyeur/debugger.h') diff --git a/engines/voyeur/debugger.h b/engines/voyeur/debugger.h index 0391fadffd..43eaa5f474 100644 --- a/engines/voyeur/debugger.h +++ b/engines/voyeur/debugger.h @@ -39,9 +39,27 @@ public: * @default true */ bool _isTimeActive; + + /* + * Specifies whether to show the current mouse position on the screen + */ + bool _showMousePosition; protected: + /** + * Turn time on or off, set the current time period, or the camera delay + * within the current time period. + */ bool Cmd_Time(int argc, const char **argv); + /** + * List the active hotspots during the current time period + */ + bool Cmd_Hotspots(int argc, const char **argv); + + /** + * Toggle showing the mouse on the screen + */ + bool Cmd_Mouse(int argc, const char **argv); public: Debugger(); virtual ~Debugger() {} -- cgit v1.2.3