-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
Miscellaneous linked streams improvements #1426
Comments
In addition I think a |
While on the topic of improving the defined linked streams, #1384 suggested that PositionXY linked streams could be limited to the axis limits (with a prototype). As this issue now contains a number of different suggestions, I'm updating the title. |
This has been addressed in PR #1436 referenced above. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Right now the
Tap
stream only processes single taps whileDoubleTap
process double taps. For consistent, it should beSingleTap
andDoubleTap
and thenTap
could process all taps, which I think might generally be more useful thanSingleTap
.The text was updated successfully, but these errors were encountered: