You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 3, 2020. It is now read-only.
Before any major public release, I'd like to include a touch API for the overwhelming number of people with tablets.
Suggested API:
heart.touch.getTouchPoints()- self explanatoryCallbacks:
heart.touchBegin(x, y)heart.touchMove(x, y)heart.touchEnd(x, y)this is, of course, subject to change, since I know pretty much nothing about touch-oriented interfaces.