[Scummvm-cvs-logs] scummvm master -> 0eb5352290ddfea9d90f99b97fa0d89c806d25e0

dhewg dhewg at wiibrew.org
Thu Mar 17 21:03:08 CET 2011


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
8953581ec9 ANDROID: Ignore the slop area on all touch scrolls
0eb5352290 ANDROID: Increase default touchpad mode scale


Commit: 8953581ec9dcde966ec7a5e2e7f2c37a4cf4d109
    https://github.com/scummvm/scummvm/commit/8953581ec9dcde966ec7a5e2e7f2c37a4cf4d109
Author: dhewg (dhewg at wiibrew.org)
Date: 2011-03-17T13:01:49-07:00

Commit Message:
ANDROID: Ignore the slop area on all touch scrolls

Prevents initial cursor jumps

Changed paths:
    backends/platform/android/android.cpp
    backends/platform/android/android.h
    backends/platform/android/events.cpp
    backends/platform/android/org/inodes/gus/scummvm/ScummVMEvents.java




Commit: 0eb5352290ddfea9d90f99b97fa0d89c806d25e0
    https://github.com/scummvm/scummvm/commit/0eb5352290ddfea9d90f99b97fa0d89c806d25e0
Author: dhewg (dhewg at wiibrew.org)
Date: 2011-03-17T13:01:49-07:00

Commit Message:
ANDROID: Increase default touchpad mode scale

aka my display is bigger than yours

Changed paths:
    backends/platform/android/android.cpp



diff --git a/backends/platform/android/android.cpp b/backends/platform/android/android.cpp
index cf71130..6bb6de7 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) {
 }






More information about the Scummvm-git-logs mailing list