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

Expose a MoveGestureDetector#moveThresholdRect #96

Merged
merged 3 commits into from
Apr 30, 2020

Commits on Apr 30, 2020

  1. expose a MoveGestureDetector#moveThresholdRect

    When set, the defined screen area prohibits move gesture to be started.
    If the gesture is already in progress, this value is ignored.
    Łukasz Paczos committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    13025e1 View commit details
    Browse the repository at this point in the history
  2. update CI image and cache

    Łukasz Paczos committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    51e1bc2 View commit details
    Browse the repository at this point in the history
  3. add tests for move threshold when pointers outside of rect

    Łukasz Paczos committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    0f23bb1 View commit details
    Browse the repository at this point in the history