aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/events.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-12-30 10:22:05 -1000
committerPaul Gilbert2014-12-30 10:22:05 -1000
commit9d6de4da652b2494d37756e9d12f944cddcf18c8 (patch)
treea8a8165f9936a3a9d331ead65a3ebd9a3b5b7725 /engines/xeen/events.h
parent6a71a9f4d49c20bcebff4b91ccfbfa46e4775f10 (diff)
downloadscummvm-rg350-9d6de4da652b2494d37756e9d12f944cddcf18c8.tar.gz
scummvm-rg350-9d6de4da652b2494d37756e9d12f944cddcf18c8.tar.bz2
scummvm-rg350-9d6de4da652b2494d37756e9d12f944cddcf18c8.zip
XEEN: Implemented cursor display
Diffstat (limited to 'engines/xeen/events.h')
-rw-r--r--engines/xeen/events.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/xeen/events.h b/engines/xeen/events.h
index b380f7bb93..3590267b66 100644
--- a/engines/xeen/events.h
+++ b/engines/xeen/events.h
@@ -25,6 +25,7 @@
#include "common/scummsys.h"
#include "common/events.h"
+#include "xeen/resources.h"
namespace Xeen {
@@ -41,6 +42,7 @@ private:
uint32 _priorGameCounterTime;
Common::KeyCode _keyCode;
bool _leftButton, _rightButton;
+ FramesResource _sprites;
void nextFrame();
public:
@@ -50,6 +52,8 @@ public:
uint32 getFrameCounter() { return _frameCounter; }
+ void setCursor(int cursorId);
+
void showCursor();
void hideCursor();