android: Disabled multitouch by default

This commit is contained in:
Andrey Lesnikov 2015-10-01 23:05:05 +03:00
parent 9fccb2e06e
commit b01897bfc7

View file

@ -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,