aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
Diffstat (limited to 'backends')
-rw-r--r--backends/platform/android/android.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/android/android.cpp b/backends/platform/android/android.cpp
index cf711301fa..6bb6de7289 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) {
}