aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/hotspots.h
diff options
context:
space:
mode:
authorSven Hesse2012-06-22 00:04:06 +0200
committerSven Hesse2012-06-22 18:10:53 +0200
commit76723f4f0fe89650eb64f6fc4e6475d3242d642d (patch)
treeb41a20edda6a1bf771bb061b611a3283f5ef8b99 /engines/gob/hotspots.h
parent62cf66395736e1cc368b31588472fe9d74221c87 (diff)
downloadscummvm-rg350-76723f4f0fe89650eb64f6fc4e6475d3242d642d.tar.gz
scummvm-rg350-76723f4f0fe89650eb64f6fc4e6475d3242d642d.tar.bz2
scummvm-rg350-76723f4f0fe89650eb64f6fc4e6475d3242d642d.zip
GOB: Clean up the Fascination window hotspot code a bit
Diffstat (limited to 'engines/gob/hotspots.h')
-rw-r--r--engines/gob/hotspots.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gob/hotspots.h b/engines/gob/hotspots.h
index b348f9cd70..bd7b281c10 100644
--- a/engines/gob/hotspots.h
+++ b/engines/gob/hotspots.h
@@ -202,8 +202,8 @@ private:
/** Handling hotspot leave events. */
void leave(uint16 index);
- /** Which window is the mouse cursor currently in? (Fascination) */
- int16 curWindow(int16 &dx, int16 &dy) const;
+ /** Check whether a specific part of the window forces a certain cursor. */
+ int16 windowCursor(int16 &dx, int16 &dy) const;
/** Which hotspot is the mouse cursor currently at? */
uint16 checkMouse(Type type, uint16 &id, uint16 &index) const;