From 0eb5352290ddfea9d90f99b97fa0d89c806d25e0 Mon Sep 17 00:00:00 2001 From: dhewg Date: Thu, 17 Mar 2011 21:00:15 +0100 Subject: [PATCH] ANDROID: Increase default touchpad mode scale aka my display is bigger than yours --- backends/platform/android/android.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/platform/android/android.cpp b/backends/platform/android/android.cpp index cf711301fa8..6bb6de72892 100644 --- a/backends/platform/android/android.cpp +++ b/backends/platform/android/android.cpp @@ -128,7 +128,7 @@ OSystem_Android::OSystem_Android(int audio_sample_rate, int audio_buffer_size) : _eventScaleY(100), // TODO put these values in some option dlg? _touchpad_mode(true), - _touchpad_scale(50), + _touchpad_scale(66), _dpad_scale(4), _trackball_scale(2) { }