namespace SAPO.Utility.Gesture
A port of the python moosegesture lib: http://coffeeghost.net/2011/05/09/moosegesture-python-mouse-gestures-module/
Authors:
jose.p.dias AT co.sapo.pt The diredtions are stored according to this (keypad dirs): 7 8 9 4 6 1 2 3
Version:
0.1

Function Summary
Number[] getBoth (Number[] points)
returns two arrays - the detected stroke (a list of directions) and the respective point index intervals

Function Details

function getBoth

Number[] getBoth(Number[] points)
returns two arrays - the detected stroke (a list of directions) and the respective point index intervals
Parameters:
points points to analyze