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

Allow tap count reset on ClickListener #4097

Closed
wants to merge 1 commit into from

Conversation

cypherdare
Copy link
Member

@cypherdare cypherdare commented May 22, 2016

I was having a hard time working around this missing method. There are cases where I have a widget that does something different with a drag than with a double click. But if I quickly drag and then click soon after the drag, it still counts as a double click. By double click, I mean checking if (getTapCount() == 2) in the click method.

I was having a hard time working around this missing method. There are cases where I have a widget that does something different with a drag than with a double click. But if I quickly drag and then click soon after the drag, it still counts as a double click.
@cypherdare cypherdare deleted the patch-1 branch October 19, 2016 16:09
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

Successfully merging this pull request may close these issues.

None yet

1 participant