From b01897bfc7619ce534a050ae9cece86af8aacb12 Mon Sep 17 00:00:00 2001 From: Andrey Lesnikov Date: Thu, 1 Oct 2015 23:05:05 +0300 Subject: android: Disabled multitouch by default --- src/api/android/mod.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/android/mod.rs b/src/api/android/mod.rs index 4e27e1c..eef04e8 100644 --- a/src/api/android/mod.rs +++ b/src/api/android/mod.rs @@ -133,6 +133,7 @@ impl Window { let (tx, rx) = channel(); android_glue::add_sender(tx); + android_glue::set_multitouch(win_attribs.multitouch); Ok(Window { context: context, -- cgit v1.2.3