aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/input.h
diff options
context:
space:
mode:
authorNipun Garg2019-06-29 00:42:48 +0530
committerEugene Sandulenko2019-09-03 17:17:04 +0200
commitff25a0f4dd69ebe38867366b60a60f4b49633af8 (patch)
tree4d16247b3ef085efcf334038b51c3829d0dabe03 /engines/hdb/input.h
parent5e0e12531b51fc3f904ec11849f62aa73a928c22 (diff)
downloadscummvm-rg350-ff25a0f4dd69ebe38867366b60a60f4b49633af8.tar.gz
scummvm-rg350-ff25a0f4dd69ebe38867366b60a60f4b49633af8.tar.bz2
scummvm-rg350-ff25a0f4dd69ebe38867366b60a60f4b49633af8.zip
HDB: Add updateMouseButtons and update updateMouse
Diffstat (limited to 'engines/hdb/input.h')
-rw-r--r--engines/hdb/input.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hdb/input.h b/engines/hdb/input.h
index d649c21928..a296bba391 100644
--- a/engines/hdb/input.h
+++ b/engines/hdb/input.h
@@ -51,6 +51,7 @@ public:
void stylusMove(int x, int y);
void updateMouse(int newX, int newY);
+ void updateMouseButtons(int l, int m, int r);
int getMouseX() {
return _mouseX;