mirror of
https://github.com/scratchfoundation/Gestouch.git
synced 2025-03-22 10:15:17 -04:00
Changed global system gesture slop to variable
This commit is contained in:
parent
8d870f4e93
commit
33108a1bc7
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ package org.gestouch.gestures
|
|||
* (not an accidental offset on touch),
|
||||
* based on 20 pixels on a 252ppi device.
|
||||
*/
|
||||
public static const DEFAULT_SLOP:uint = Math.round(20 / 252 * flash.system.Capabilities.screenDPI);
|
||||
public static var DEFAULT_SLOP:uint = Math.round(20 / 252 * flash.system.Capabilities.screenDPI);
|
||||
|
||||
|
||||
protected const _gesturesManager:GesturesManager = Gestouch.gesturesManager;
|
||||
|
|
Loading…
Reference in a new issue