Grafiti.GestureRecognizer.Process C# (CSharp) Method

Process() public abstract method

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.
return void
        public abstract void Process(List<Trace> traces);