Coder Social home page Coder Social logo

Comments (3)

valyard avatar valyard commented on July 1, 2024

Do you use the library on a big touch device or a mobile device?

Number of touch points used in a tap doesn't make sense in cluster-based gestures because for them it's just one cluster. It was implemented this way because on large touch surfaces you get wrong touch points all the time, so you have to operate in terms of clusters of touch points. I'm not sure, maybe I can add this functionality to SimpleGesture family which are more like iOS gesture recognizers.

As for double-tap, to make it work with single-tap I need to implement iOS-like "recognize if something else failed" functionality. I'll think about what I can do here.

from touchscript.

MigrantP avatar MigrantP commented on July 1, 2024

I'm looking at using it on a tablet form factor.

For number of touch points in this context I think I really mean number of clusters. For the pinch/rotate gestures you need two clusters, which could be two fingers, right? So the same sort of thing, but for tap.

However personally I'm most interested in double tap with one finger/cluster. I just figured both of those things are handy for gesture recognition.

Thanks!

from touchscript.

valyard avatar valyard commented on July 1, 2024

Added in 6850b5e.

from touchscript.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.