diff --git a/ports/glutin/window.rs b/ports/glutin/window.rs index 9b851384141..2c1b37224a2 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();