android: Disabled multitouch by default
This commit is contained in:
parent
9fccb2e06e
commit
b01897bfc7
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue