aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hdb/input.h')
-rw-r--r--engines/hdb/input.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/hdb/input.h b/engines/hdb/input.h
index 57e145b518..0b6a3db2b4 100644
--- a/engines/hdb/input.h
+++ b/engines/hdb/input.h
@@ -53,6 +53,13 @@ public:
void stylusUp(int x, int y);
void stylusMove(int x, int y);
+ int getMouseX() {
+ return _mouseX;
+ }
+ int getMouseY() {
+ return _mouseY;
+ }
+
private:
uint16 _buttons; // Flags for buttons