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 interaction with both sides of the StepperTouch #6

Merged
merged 5 commits into from
Jul 14, 2017

Conversation

DanielMartinus
Copy link
Owner

@DanielMartinus DanielMartinus commented May 15, 2017

Implementation to allow interaction with both sides of the StepperTouch (fixes #4)

To enable this behavior call the following:

stepperTouch.enableSideTap(true)

Suggestions for better naming is welcome 🙈

The current implementation makes use of the already existing onTouchEvent in StepperTouch. It will alter its behavior based on the click and if side tap is enabled.

  • Look at the function names, can be improved.

@DanielMartinus DanielMartinus modified the milestone: 0.6 May 25, 2017
@DanielMartinus DanielMartinus mentioned this pull request May 26, 2017
@DanielMartinus DanielMartinus merged commit 3d9d6d0 into master Jul 14, 2017
@DanielMartinus DanielMartinus deleted the enhancement/enable_side_tap branch July 14, 2017 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make (-) and (+) texts clickable
1 participant