aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven_stack.h
diff options
context:
space:
mode:
authorBastien Bouclet2017-06-25 11:41:32 +0200
committerEugene Sandulenko2017-07-03 08:50:10 +0200
commit006dcf6a74e3010d5d453cd8175680a72c81528e (patch)
treeb58119cd4c49adbc909a5fd54e185007b40e299f /engines/mohawk/riven_stack.h
parent121c0ee08c8e30b08386e4e30ea72410dcec5d94 (diff)
downloadscummvm-rg350-006dcf6a74e3010d5d453cd8175680a72c81528e.tar.gz
scummvm-rg350-006dcf6a74e3010d5d453cd8175680a72c81528e.tar.bz2
scummvm-rg350-006dcf6a74e3010d5d453cd8175680a72c81528e.zip
MOHAWK: Check the Jungle island external commands against the original
Diffstat (limited to 'engines/mohawk/riven_stack.h')
-rw-r--r--engines/mohawk/riven_stack.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/mohawk/riven_stack.h b/engines/mohawk/riven_stack.h
index e2bee44851..a70faf3fc2 100644
--- a/engines/mohawk/riven_stack.h
+++ b/engines/mohawk/riven_stack.h
@@ -127,6 +127,12 @@ public:
/** Is the left mouse button currently pressed? */
bool mouseIsDown() const;
+ /** Get the current mouse position */
+ Common::Point getMousePosition() const;
+
+ /** Get the mouse position when dragging started */
+ Common::Point getMouseDragStartPosition() const;
+
/** Force the left mouse button to be considered unpressed until the next mouse click */
void mouseForceUp();