aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven_stack.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/riven_stack.cpp')
-rw-r--r--engines/mohawk/riven_stack.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/mohawk/riven_stack.cpp b/engines/mohawk/riven_stack.cpp
index a7b348b285..0342619314 100644
--- a/engines/mohawk/riven_stack.cpp
+++ b/engines/mohawk/riven_stack.cpp
@@ -307,6 +307,14 @@ void RivenStack::onKeyPressed(const Common::KeyCode keyCode) {
_keyPressed = keyCode;
}
+Common::Point RivenStack::getMousePosition() const {
+ return _mousePosition;
+}
+
+Common::Point RivenStack::getMouseDragStartPosition() const {
+ return _mouseDragStartPosition;
+}
+
RivenNameList::RivenNameList() {
}