aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/android/android.h
diff options
context:
space:
mode:
authordhewg2011-03-17 20:48:44 +0100
committerdhewg2011-03-17 21:01:49 +0100
commit8953581ec9dcde966ec7a5e2e7f2c37a4cf4d109 (patch)
tree66ca6188aaf61b70c824ccd5405115534c16d61b /backends/platform/android/android.h
parent563ac93c166f31864c2bcaa9e99e71e2c5882910 (diff)
downloadscummvm-rg350-8953581ec9dcde966ec7a5e2e7f2c37a4cf4d109.tar.gz
scummvm-rg350-8953581ec9dcde966ec7a5e2e7f2c37a4cf4d109.tar.bz2
scummvm-rg350-8953581ec9dcde966ec7a5e2e7f2c37a4cf4d109.zip
ANDROID: Ignore the slop area on all touch scrolls
Prevents initial cursor jumps
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 7ff96186f9..839b3f01c1 100644
--- a/backends/platform/android/android.h
+++ b/backends/platform/android/android.h
@@ -209,7 +209,7 @@ private:
Common::Queue<Common::Event> _event_queue;
MutexRef _event_queue_lock;
- Common::Point _touch_pt_down, _touch_pt_dt;
+ Common::Point _touch_pt_down, _touch_pt_scroll, _touch_pt_dt;
int _eventScaleX;
int _eventScaleY;
bool _touchpad_mode;