aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/pet_control/pet_quit.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-23 16:46:17 -0400
committerPaul Gilbert2016-07-10 16:11:49 -0400
commitd11a95068c2566564e0372bad0ad5c656af79298 (patch)
treeae81a7125701a851b2b7efc7a0aee10e1e3c611d /engines/titanic/pet_control/pet_quit.h
parent631d979fb3c213a2de8bf32a72236ab76e3ad1d8 (diff)
downloadscummvm-rg350-d11a95068c2566564e0372bad0ad5c656af79298.tar.gz
scummvm-rg350-d11a95068c2566564e0372bad0ad5c656af79298.tar.bz2
scummvm-rg350-d11a95068c2566564e0372bad0ad5c656af79298.zip
TITANIC: Standardizing PET mouse button methods, quit is now working
Diffstat (limited to 'engines/titanic/pet_control/pet_quit.h')
-rw-r--r--engines/titanic/pet_control/pet_quit.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/engines/titanic/pet_control/pet_quit.h b/engines/titanic/pet_control/pet_quit.h
index cfe3e6fb76..72b93c152f 100644
--- a/engines/titanic/pet_control/pet_quit.h
+++ b/engines/titanic/pet_control/pet_quit.h
@@ -55,8 +55,11 @@ public:
*/
virtual bool checkHighlight(const Point &pt);
- virtual bool mouseButtonDownMsg(CMouseButtonDownMsg *msg);
-
+ /**
+ * Handles mouse button up messages
+ */
+ virtual bool MouseButtonUpMsg(const Point &pt);
+
/**
* Returns the tooltip text for when the glyph is selected
*/