From ac87bc9671822ce26e9dd4a5f77b23de83a71b63 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 1 Jan 2016 01:43:59 +0100 Subject: WAGE: Implement cursor drawing and handling --- 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 91acfb3635..216a63c6ae 100644 --- a/engines/wage/gui.h +++ b/engines/wage/gui.h @@ -67,6 +67,7 @@ public: void draw(); void setScene(Scene *scene); void appendText(Common::String &str); + void mouseMove(int x, int y); private: void paintBorder(Graphics::Surface *g, int x, int y, int width, int height, WindowType windowType); @@ -86,6 +87,9 @@ private: uint _scrollPos; bool _builtInFonts; + + Common::Rect _consoleTextArea; + bool _cursorIsArrow; }; } // End of namespace Wage -- cgit v1.2.3