mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-01 06:10:07 -04:00
android: Disabled multitouch by default
This commit is contained in:
@@ -133,6 +133,7 @@ impl Window {
|
|||||||
|
|
||||||
let (tx, rx) = channel();
|
let (tx, rx) = channel();
|
||||||
android_glue::add_sender(tx);
|
android_glue::add_sender(tx);
|
||||||
|
android_glue::set_multitouch(win_attribs.multitouch);
|
||||||
|
|
||||||
Ok(Window {
|
Ok(Window {
|
||||||
context: context,
|
context: context,
|
||||||
|
|||||||
Reference in New Issue
Block a user