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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hdb/input.h b/engines/hdb/input.h
index 0b6a3db2b4..211d9d4cb9 100644
--- a/engines/hdb/input.h
+++ b/engines/hdb/input.h
@@ -53,6 +53,8 @@ public:
void stylusUp(int x, int y);
void stylusMove(int x, int y);
+ void updateMouse(int newX, int newY);
+
int getMouseX() {
return _mouseX;
}