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

ColorPickerHueRing improvements #87

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

Commits on Aug 4, 2022

  1. Allow to only recognize inputs inside the hue ring

    Adds a new option to toggle between the always win pan gesture recognizer with a
    new recognizer that checks if the pointer event is inside the ring.
    
    This allows direct users of the `ColorPickerHueRing` to be able to let
    events that are in the bounds of the hue ring but not in the ring to
    reach parents of the widget.
    JCapucho committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    bd5e480 View commit details
    Browse the repository at this point in the history
  2. Add an onEnd event to the hue ring

    This event is triggered when the users finishes the pan gesture on the
    ring.
    
    This allows direct users of `ColorPickerHueRing` to be notified when the
    user stops interacting with the hue ring and act accordingly.
    JCapucho committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    ac44bb0 View commit details
    Browse the repository at this point in the history