aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/input.h
diff options
context:
space:
mode:
authorNipun Garg2019-06-28 23:36:43 +0530
committerEugene Sandulenko2019-09-03 17:17:04 +0200
commitf41e1999fb6397a8feeb7c105a40d77072ce1123 (patch)
treefa20a263034536409088687ee54c501634c4a30e /engines/hdb/input.h
parent037400ed1bae31704ea7421420ed0686a9af180d (diff)
downloadscummvm-rg350-f41e1999fb6397a8feeb7c105a40d77072ce1123.tar.gz
scummvm-rg350-f41e1999fb6397a8feeb7c105a40d77072ce1123.tar.bz2
scummvm-rg350-f41e1999fb6397a8feeb7c105a40d77072ce1123.zip
HDB: Add updateMouse() and call it in game loop
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;
}