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

Investigate how to have touch or mouse binders #32

Closed
arnobl opened this issue Jun 22, 2021 · 2 comments
Closed

Investigate how to have touch or mouse binders #32

arnobl opened this issue Jun 22, 2021 · 2 comments

Comments

@arnobl
Copy link
Member

arnobl commented Jun 22, 2021

Currently a mouse binding does not work using a touch screen.
We should investigate how one can write binders like that:

longTouchOrPressBinder(100)...
touchOrPressBinder()...
tapOrClicksBinder(3)...
@arnobl arnobl changed the title Inestigate how to have touch or mouse binders Investigate how to have touch or mouse binders Jun 22, 2021
@arnobl
Copy link
Member Author

arnobl commented Nov 30, 2021

To do so, the type of the interaction data should be data: PointData | TouchData

@arnobl
Copy link
Member Author

arnobl commented Jan 29, 2024

Done

@arnobl arnobl closed this as completed Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant