aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/android/android.h
diff options
context:
space:
mode:
authorLauri Härsilä2012-10-07 04:53:52 +0300
committerAlyssa Milburn2012-10-19 22:50:09 +0200
commit21093175646b8d359e8108b93e28898ed9695457 (patch)
treee049dbbc84a1eb9599679dc3a254305ad7c34192 /backends/platform/android/android.h
parentca256a23b31ba10294cf1f426ebefbc070389357 (diff)
downloadscummvm-rg350-21093175646b8d359e8108b93e28898ed9695457.tar.gz
scummvm-rg350-21093175646b8d359e8108b93e28898ed9695457.tar.bz2
scummvm-rg350-21093175646b8d359e8108b93e28898ed9695457.zip
ANDROID: Mouse and stylus support
From pull request #285.
Diffstat (limited to 'backends/platform/android/android.h')
-rw-r--r--backends/platform/android/android.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/android/android.h b/backends/platform/android/android.h
index 4b13ca4b0f..5f2f40b726 100644
--- a/backends/platform/android/android.h
+++ b/backends/platform/android/android.h
@@ -234,7 +234,7 @@ private:
int _fingersDown;
void clipMouse(Common::Point &p);
- void scaleMouse(Common::Point &p, int x, int y, bool deductDrawRect = true);
+ void scaleMouse(Common::Point &p, int x, int y, bool deductDrawRect = true, bool touchpadMode = false);
void updateEventScale();
void disableCursorPalette();