mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-24 22:31:30 +11:00
android: Disabled multitouch by default
This commit is contained in:
parent
9fccb2e06e
commit
b01897bfc7
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue