Hello,
I'm realize everything should be self-explanatory, but I'm hoping you wouldn't mind offering further definition for some of the Plugin traits:
Matchlevel - is 100% meaning it will match anything and 0% it won't recognize any gesture? I have tried to test this out, but it seems to mess up the recognition no matter how little I attempt to change it.
Creating a New Gesture - Are the X,Y Coordinates that you are putting in just a rough "drawing" of the gesture or is there a min/max that the points need to be from one another in order for it to work?
Thanks again for all the hard work you put into this, I love it!
-Jamie
Hi Jamie.
1. MatchLevel is the rate of match.
100% = it match exactly with some of your gestures,
0% = unknown gesture.
It works better with big areas. If you layout is small is more difficult to recognize it.
2. To add a new gesture you can use this third party tool vortechstudios.com/gestures
But you need clean the code generated to paste it to C2/C3 with the next format "x,y|x2,y2|x3,y3..."
Tip: paste the code generated into notepad or any text editor and use the function "Search and Replace", then replace ",new Point(" with "|"
If you need help, contact me by email :D