From 21093175646b8d359e8108b93e28898ed9695457 Mon Sep 17 00:00:00 2001 From: Lauri Härsilä Date: Sun, 7 Oct 2012 04:53:52 +0300 Subject: ANDROID: Mouse and stylus support From pull request #285. --- backends/platform/android/android.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/platform/android/android.h') 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(); -- cgit v1.2.3