aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.h
diff options
context:
space:
mode:
authorFlorian Kagerer2009-06-21 20:40:31 +0000
committerFlorian Kagerer2009-06-21 20:40:31 +0000
commitdf611a52784a41660c578fe22aed190d71101740 (patch)
tree2e4fe27b6b1ccd88b9d25a380fb7f47bb036305c /engines/kyra/lol.h
parent7eaf539b23c0d4a52c7c562532649e6bff69be90 (diff)
downloadscummvm-rg350-df611a52784a41660c578fe22aed190d71101740.tar.gz
scummvm-rg350-df611a52784a41660c578fe22aed190d71101740.tar.bz2
scummvm-rg350-df611a52784a41660c578fe22aed190d71101740.zip
LOL: - implemented support for "floating cursors"
- prevent complete refresh for audio menu whenever a mouse button is pressed svn-id: r41734
Diffstat (limited to 'engines/kyra/lol.h')
-rw-r--r--engines/kyra/lol.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/engines/kyra/lol.h b/engines/kyra/lol.h
index 9d9a8948de..75c1ed5af7 100644
--- a/engines/kyra/lol.h
+++ b/engines/kyra/lol.h
@@ -347,7 +347,9 @@ private:
uint8 *getItemIconShapePtr(int index);
bool posWithinRect(int mouseX, int mouseY, int x1, int y1, int x2, int y2);
- int _floatingMouseArrowControl;
+ void checkFloatingPointerRegions();
+ int _floatingCursorControl;
+ int _currentFloatingCursor;
// intro + character selection
int processPrologue();