aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ports/glutin/window.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/glutin/window.rs b/ports/glutin/window.rs
index 339259f6df6..2c720fa3853 100644
--- a/ports/glutin/window.rs
+++ b/ports/glutin/window.rs
@@ -93,6 +93,7 @@ impl Window {
.with_gl(Window::gl_version())
.with_visibility(is_foreground)
.with_parent(parent)
+ .with_multitouch()
.build()
.unwrap();