mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Auto merge of #8163 - mbrubeck:glutin-multitouch, r=glennw
Enable multitouch in Glutin. This tells Glutin's Android and iOS back-ends to send events for more than one pointer at a time. r? @glennw <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8163) <!-- Reviewable:end -->
This commit is contained in:
commit
28f4dd4f48
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