From 006dcf6a74e3010d5d453cd8175680a72c81528e Mon Sep 17 00:00:00 2001 From: Bastien Bouclet Date: Sun, 25 Jun 2017 11:41:32 +0200 Subject: MOHAWK: Check the Jungle island external commands against the original --- engines/mohawk/riven_stack.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'engines/mohawk/riven_stack.cpp') 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() { } -- cgit v1.2.3