From fe40bb284c7cefbfc82c59fc1fd3a0c081416902 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 5 Feb 2016 11:14:10 +0100 Subject: WAGE: Started copy command implementation --- engines/wage/gui.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'engines/wage/gui.h') 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 -- cgit v1.2.3