Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mouse position to touches array #2

Closed
soulwire opened this issue Jul 11, 2012 · 0 comments
Closed

Add mouse position to touches array #2

soulwire opened this issue Jul 11, 2012 · 0 comments

Comments

@soulwire
Copy link
Owner

This will allow for transparent multitouch handling even on non-multitouch platforms. For example, a mousemove handler could respond to all touches by default and on non-multitouch devices this would just parse the 0th element, being the mouse.

soulwire pushed a commit that referenced this issue Jul 13, 2012
…n-multitouch handling. #2

Canvas example updated to show multitouch handling.
Moved example to examples directory.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant