aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/gui.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-02-03 11:01:41 +0100
committerEugene Sandulenko2016-02-14 17:12:58 +0100
commitd812706328ddd31bd23b425d7d4eb7777d29ae55 (patch)
tree9455e3608a0e16bc6103346b6e0e22c25d0c7373 /engines/wage/gui.h
parent63ef49ec8afa761b89b809811699321c6fe5826e (diff)
downloadscummvm-rg350-d812706328ddd31bd23b425d7d4eb7777d29ae55.tar.gz
scummvm-rg350-d812706328ddd31bd23b425d7d4eb7777d29ae55.tar.bz2
scummvm-rg350-d812706328ddd31bd23b425d7d4eb7777d29ae55.zip
WAGE: Started text selection implementation
Diffstat (limited to 'engines/wage/gui.h')
-rw-r--r--engines/wage/gui.h3
1 files changed, 3 insertions, 0 deletions
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