mirror of
https://github.com/rust-windowing/winit.git
synced 2026-06-27 07:03:15 -04:00
android: Disabled multitouch by default
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user