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

Drag threshold #666

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Drag threshold #666

wants to merge 2 commits into from

Conversation

Marinette
Copy link

@Marinette Marinette commented Dec 1, 2020

This PR attempts to address #507.

Created the option to customize a parameter dragThreshold to a certain amount. It compares the x and y values that objects are dragged and sees if any of the change in value surpasses the threshold. If it does, then it registers as a drag event. Otherwise, it does not.

  • Develop functionality to measure distance dragged
  • Compare distance dragged to threshold value to determine whether or not to run drag event
  • Make drag threshold configurable

@Marinette Marinette changed the title [WIP] Drag threshold Drag threshold Dec 19, 2020
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