mirror of
https://github.com/scratchfoundation/Gestouch.git
synced 2024-11-27 01:35:40 -05:00
Decreased tolerance
This commit is contained in:
parent
8c815c4e14
commit
16c24d5e29
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ package org.gestouch.gestures
|
|||
* (not an accidental offset on touch),
|
||||
* based on 20 pixels on a 252ppi device.
|
||||
*/
|
||||
public static var DEFAULT_SLOP:uint = Math.round(20 / 252 * flash.system.Capabilities.screenDPI);
|
||||
public static var DEFAULT_SLOP:uint = Math.round(10 / 252 * flash.system.Capabilities.screenDPI);
|
||||
|
||||
/**
|
||||
* If a gesture should receive a touch.
|
||||
|
|
Loading…
Reference in a new issue