From 0dfa60ae00428ad83c6b6d19963e2d7352707637 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 23 Mar 2014 22:11:35 -0400 Subject: MADS: Refactored out and fixed cursor changes for hotspots --- engines/mads/scene.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/mads/scene.h') diff --git a/engines/mads/scene.h b/engines/mads/scene.h index f7d0e56a78..e2eec23477 100644 --- a/engines/mads/scene.h +++ b/engines/mads/scene.h @@ -70,6 +70,11 @@ private: void doSceneStep(); void checkKeyboard(); + + /** + * Checks for a highlighted hotspot, and updates the cursor accordingly + */ + void updateCursor(); protected: MADSEngine *_vm; public: -- cgit v1.2.3