aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/core/view_item.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/core/view_item.h')
-rw-r--r--engines/titanic/core/view_item.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/titanic/core/view_item.h b/engines/titanic/core/view_item.h
index 253294d9a1..ab6a4373b7 100644
--- a/engines/titanic/core/view_item.h
+++ b/engines/titanic/core/view_item.h
@@ -54,6 +54,12 @@ private:
* Handles mouse button up messages
*/
void handleButtonUpMsg(CMouseButtonUpMsg *msg);
+
+ /**
+ * Returns the item in the view at a given point that will
+ * receive any mouse click
+ */
+ CTreeItem *getItemAtPoint(const Point &pt);
protected:
int _field24;
CResourceKey _resourceKey;