mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Enable multitouch in Glutin.
This tells Glutin's Android and iOS back-ends to send events for more than one pointer at a time.
This commit is contained in:
parent
12c618450b
commit
11d2bf3137
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ impl Window {
|
|||
.with_gl(Window::gl_version())
|
||||
.with_visibility(is_foreground)
|
||||
.with_parent(parent)
|
||||
.with_multitouch()
|
||||
.build()
|
||||
.unwrap();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue