aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/gui.h
diff options
context:
space:
mode:
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 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