mirror of
https://github.com/scratchfoundation/Gestouch.git
synced 2025-02-16 23:40:14 -05:00
Tiny cleanup
This commit is contained in:
parent
b922057845
commit
9edcd04878
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ package org.gestouch.gestures
|
|||
* based on 20 pixels on a 252ppi device.
|
||||
*/
|
||||
public static const DEFAULT_SLOP:uint = Math.round(20 / 252 * flash.system.Capabilities.screenDPI);
|
||||
public static const TOUCH_EVENT_CAPTURE_PRIORITY:int = 10;
|
||||
|
||||
|
||||
public var delegate:IGestureDelegate;
|
||||
|
|
Loading…
Reference in a new issue