From 0b361b94dc303f95a636e8d183aca7f3854f00e4 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sun, 3 Jan 2016 21:59:57 +0100 Subject: WAGE: Initial cursor drawing code --- engines/wage/gui.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'engines/wage/gui.h') diff --git a/engines/wage/gui.h b/engines/wage/gui.h index 4f2815b18e..1a82c8f713 100644 --- a/engines/wage/gui.h +++ b/engines/wage/gui.h @@ -85,9 +85,14 @@ private: const Graphics::Font *getTitleFont(); const Graphics::Font *getFont(const char *name, Graphics::FontManager::FontUsage fallback); +public: + Graphics::Surface _screen; + int _cursorX, _cursorY; + bool _cursorState; + Common::Rect _consoleTextArea; + private: WageEngine *_engine; - Graphics::Surface _screen; Graphics::Surface _console; Scene *_scene; bool _sceneDirty; @@ -104,7 +109,6 @@ private: bool _builtInFonts; - Common::Rect _consoleTextArea; Common::Rect _sceneArea; bool _sceneIsActive; bool _cursorIsArrow; -- cgit v1.2.3