Skip to content

Commit

Permalink
updated asdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimaryFeather committed Jul 22, 2021
1 parent 2290c67 commit 4c87713
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions starling/src/starling/core/Starling.as
Original file line number Diff line number Diff line change
Expand Up @@ -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 <code>starling.touchProcessor.setSystemGestureMargins()</code> 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 <code>starling.touchProcessor.setSystemGestureMargins()</code> to adapt
* the margins in each direction. @default true on mobile, false on desktop
*/
public function get discardSystemGestures():Boolean
{
Expand Down

0 comments on commit 4c87713

Please sign in to comment.