From ab28816acd893794f766e2860ada1fab8a60d39f Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Fri, 26 Jun 2015 22:31:59 -0400 Subject: SHERLOCK: RT: Finish display of right-click Verbs menu --- engines/sherlock/tattoo/widget_verbs.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'engines/sherlock/tattoo/widget_verbs.h') diff --git a/engines/sherlock/tattoo/widget_verbs.h b/engines/sherlock/tattoo/widget_verbs.h index fa41b3e42c..ce67842409 100644 --- a/engines/sherlock/tattoo/widget_verbs.h +++ b/engines/sherlock/tattoo/widget_verbs.h @@ -43,6 +43,11 @@ private: * Highlights the controls for the verb list */ void highlightVerbControls(); + + /** + * Renders the window on an internal surface for later drawing on-screen + */ + void render(); public: Common::StringArray _verbCommands; public: @@ -52,12 +57,12 @@ public: /** * Turns on the menu with all the verbs that are available for the given object */ - void activateVerbMenu(bool objectsOn); + void load(bool objectsOn); /** * Process input for the dialog */ - void execute(); + virtual void handleEvents(); }; } // End of namespace Tattoo -- cgit v1.2.3