aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/gui.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-02-05 11:14:10 +0100
committerEugene Sandulenko2016-02-14 17:13:02 +0100
commitfe40bb284c7cefbfc82c59fc1fd3a0c081416902 (patch)
tree06d5c423b28a9cd47b8c3d335222193a816ffb4f /engines/wage/gui.h
parenta2e3d33a2dd9c9500504990630d2e6bb2c0da25c (diff)
downloadscummvm-rg350-fe40bb284c7cefbfc82c59fc1fd3a0c081416902.tar.gz
scummvm-rg350-fe40bb284c7cefbfc82c59fc1fd3a0c081416902.tar.bz2
scummvm-rg350-fe40bb284c7cefbfc82c59fc1fd3a0c081416902.zip
WAGE: Started copy command implementation
Diffstat (limited to 'engines/wage/gui.h')
-rw-r--r--engines/wage/gui.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/wage/gui.h b/engines/wage/gui.h
index 4f3b0f9aa0..16421276be 100644
--- a/engines/wage/gui.h
+++ b/engines/wage/gui.h
@@ -104,6 +104,8 @@ public:
void pushArrowCursor();
void popCursor();
+ void actionCopy();
+
private:
void paintBorder(Graphics::Surface *g, Common::Rect &r, WindowType windowType);
void renderConsole(Graphics::Surface *g, Common::Rect &r);
@@ -155,6 +157,8 @@ private:
int _selectionStartY;
int _selectionEndX;
int _selectionEndY;
+
+ Common::String _clipboard;
};
} // End of namespace Wage