From 4c877133c88794cd0812055387c17f20ea634a72 Mon Sep 17 00:00:00 2001 From: Daniel Sperl Date: Thu, 22 Jul 2021 17:51:32 +0200 Subject: [PATCH] updated asdoc --- starling/src/starling/core/Starling.as | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/starling/src/starling/core/Starling.as b/starling/src/starling/core/Starling.as index 7245af08d..bdc5c0347 100644 --- a/starling/src/starling/core/Starling.as +++ b/starling/src/starling/core/Starling.as @@ -1118,11 +1118,11 @@ package starling.core } } - /** When enabled, all touches that start very close to the window edges are discarded. - * On mobile, such touches often indicate swipes that are meant to open OS menus. - * Per default, margins of 10 points at the very top and bottom of the screen are checked. - * Call starling.touchProcessor.setSystemGestureMargins() to adapt the margins - * in each direction. @default true on mobile, false on desktop + /** When enabled, all touches that start very close to the screen edges are discarded. + * On mobile, such touches often indicate swipes that are meant to use OS features. + * Per default, margins of 15 points at the top, bottom, and left side of the screen are + * checked. Call starling.touchProcessor.setSystemGestureMargins() to adapt + * the margins in each direction. @default true on mobile, false on desktop */ public function get discardSystemGestures():Boolean {