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

Touch support #99

Closed
yannick opened this issue Dec 12, 2018 · 1 comment · Fixed by #170
Closed

Touch support #99

yannick opened this issue Dec 12, 2018 · 1 comment · Fixed by #170
Labels
enhancement New feature or request

Comments

@yannick
Copy link

yannick commented Dec 12, 2018

would be nice if touch gestures could be supported, e.g. swiping to removing the notification.

@emersion
Copy link
Owner

I don't think we want to support gestures. However simple touch support could be added (e.g. touching a notification to trigger its action).

@emersion emersion changed the title touch gesture support Touch support Dec 12, 2018
@emersion emersion added the enhancement New feature or request label Dec 13, 2018
emersion pushed a commit that referenced this issue Jul 11, 2019
Listen for touch down, motion and up events.

Bind 'press' event to 'up' action. bind 'down' and 'motion'
to x and y tracking.

Implement the button press dispatching as a simple
button press that directly calls the touch config binding.

Refactor 'button_binding' to 'binding'.

Fixes #99
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants