Skip to content

feat(gestures): add tap location getX() and getY() to double tap event data #8338

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

Merged
merged 8 commits into from
Mar 11, 2020
Merged

feat(gestures): add tap location getX() and getY() to double tap event data #8338

merged 8 commits into from
Mar 11, 2020

Conversation

MCurran16
Copy link
Contributor

PR Checklist

What is the current behavior?

locationX/locationY are not included in the double tap gesture's event data

What is the new behavior?

locationX/locationY are included in the event data

@cla-bot cla-bot bot added the cla: yes label Feb 13, 2020
Copy link
Contributor

@vakrilov vakrilov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @MCurran16 - thanks for the PR!

Can you change the locationX and locationY properties to getX() and getY() methods to be consistent with TouchGestureEventData

@MCurran16 MCurran16 requested a review from vakrilov March 6, 2020 16:27
@MCurran16 MCurran16 changed the title feat(gestures): add locationX and locationY to double tap event data feat(gestures): add tap location getX() and getY() to double tap event data Mar 6, 2020
@dtopuzov
Copy link
Contributor

test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants