Grafiti.GestureRecognizer.Process C# (CSharp) Méthode

Process() public abstract méthode

The main function that will process the user input. It will be called on every refresh of the TUIO messages.
public abstract Process ( List traces ) : void
traces List The list of the updated traces, to which one element has been added to their cursor list.
Résultat void
        public abstract void Process(List<Trace> traces);