MagicTouch
MagicTouch copied to clipboard
Spec-compatible touch events based on npTuioClient callbacks
GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1
Fixed a bug where some touch events still performed the default actions. Also, added code to remove the last touch-point visualization after the touchend event.
You should create a [gh-pages branch](http://pages.github.com/) so that people can view the demo without cloning the repo. I did it here: http://matthewrobertson.github.com/MagicTouch/
I`m getting Operation is not supported" code: "9" var evt = document.createEvent('CustomEvent'); Line 28 I have npTuioClient NPAPI setup on firefox Using TUIOdroid as the interface and not TongSeng Also...
Shouldn't touchEnd return The touch point or points that were removed?