From d812706328ddd31bd23b425d7d4eb7777d29ae55 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 3 Feb 2016 11:01:41 +0100 Subject: WAGE: Started text selection implementation --- engines/wage/gui.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/wage/gui.h') diff --git a/engines/wage/gui.h b/engines/wage/gui.h index 488543e485..09c4693ba8 100644 --- a/engines/wage/gui.h +++ b/engines/wage/gui.h @@ -111,6 +111,7 @@ private: void flowText(Common::String &str); const Graphics::Font *getConsoleFont(); const Graphics::Font *getTitleFont(); + void startMarking(int x, int y); public: Graphics::Surface _screen; @@ -143,6 +144,8 @@ private: Common::Rect _sceneArea; bool _sceneIsActive; bool _cursorIsArrow; + + bool _inTextSelection; }; } // End of namespace Wage -- cgit v1.2.3