aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/tattoo/tattoo_user_interface.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-18 21:48:27 -0400
committerPaul Gilbert2015-06-18 21:48:27 -0400
commit7186eab65f47c7370925d1a72598ccd8e0656076 (patch)
tree98132c6c4abc4566a2d9eeaf32d70c2d4c2694e1 /engines/sherlock/tattoo/tattoo_user_interface.h
parent1732428aa63c35c3989568fbc3a3e9c63bc8482c (diff)
downloadscummvm-rg350-7186eab65f47c7370925d1a72598ccd8e0656076.tar.gz
scummvm-rg350-7186eab65f47c7370925d1a72598ccd8e0656076.tar.bz2
scummvm-rg350-7186eab65f47c7370925d1a72598ccd8e0656076.zip
SHERLOCK: RT: Implement loading for the text window widget
Diffstat (limited to 'engines/sherlock/tattoo/tattoo_user_interface.h')
-rw-r--r--engines/sherlock/tattoo/tattoo_user_interface.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/sherlock/tattoo/tattoo_user_interface.h b/engines/sherlock/tattoo/tattoo_user_interface.h
index 0f71803b52..0ccdc6701f 100644
--- a/engines/sherlock/tattoo/tattoo_user_interface.h
+++ b/engines/sherlock/tattoo/tattoo_user_interface.h
@@ -136,6 +136,7 @@ public:
bool _personFound;
int _activeObj;
Common::KeyState _keyState;
+ Common::Point _lookPos;
public:
TattooUserInterface(SherlockEngine *vm);
virtual ~TattooUserInterface() {}
@@ -188,6 +189,11 @@ public:
void pickUpObject(int objNum);
public:
/**
+ * Resets the user interface
+ */
+ virtual void reset();
+
+ /**
* Main input handler for the user interface
*/
virtual void handleInput();