From e6a83d97b8b3c4b7d94e6a1dbaeea1ff5700b230 Mon Sep 17 00:00:00 2001 From: Ilya Kolbin Date: Wed, 20 Jan 2016 00:11:31 +0300 Subject: [PATCH] change orientation html5 workaround for touch events --- lime/_backend/html5/HTML5Window.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lime/_backend/html5/HTML5Window.hx b/lime/_backend/html5/HTML5Window.hx index 354d58cdd..0bb69468e 100644 --- a/lime/_backend/html5/HTML5Window.hx +++ b/lime/_backend/html5/HTML5Window.hx @@ -370,7 +370,7 @@ class HTML5Window { private function handleResize ():Void { - + primaryTouch = null; var stretch = parent.fullscreen || (setWidth == 0 && setHeight == 0); if (element != null && (div == null || (div != null && stretch))) { @@ -742,4 +742,4 @@ class HTML5Window { } -} \ No newline at end of file +}