From e24e181a2a7ca734550c75905ea6e8c079d4a20d Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Wed, 12 Jun 2013 22:13:52 -0400 Subject: VOYEUR: Work implementing the lock display screen --- engines/voyeur/events.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'engines/voyeur/events.h') diff --git a/engines/voyeur/events.h b/engines/voyeur/events.h index 22626cd003..8689127b0d 100644 --- a/engines/voyeur/events.h +++ b/engines/voyeur/events.h @@ -57,6 +57,7 @@ private: bool _keyState[256]; int _mouseButton; Common::List _intNodes; + Common::Point _mousePos; void mainVoyeurIntFunc(); private: @@ -78,7 +79,6 @@ public: int _fadeFirstCol, _fadeLastCol; int _fadeCount; int _fadeStatus; - public: EventsManager(); void setVm(VoyeurEngine *vm) { _vm = vm; } @@ -94,6 +94,9 @@ public: void startFade(CMapResource *cMap); void addIntNode(IntNode *node); void addFadeInt(); + + void setCursorTo(int idx, int mode); + Common::Point getMousePos() { return _mousePos; } }; } // End of namespace Voyeur -- cgit v1.2.3