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

Handle double click as double tap #97

Closed
davcec opened this issue Mar 26, 2018 · 1 comment
Closed

Handle double click as double tap #97

davcec opened this issue Mar 26, 2018 · 1 comment

Comments

@davcec
Copy link

davcec commented Mar 26, 2018

We are used to double tap to zoom in/out e.g. web pages, but scrcpy does not seems to handle double click to achieve this.

rom1v added a commit that referenced this issue Mar 26, 2018
Double-clicks were not sent to the device anymore since the
"double-click on black borders" feature.

When a double click occurs inside the device screen, send the event to
the device normally.

Fixes <#97>.
@rom1v
Copy link
Collaborator

rom1v commented Mar 26, 2018

Thank you for your report!

I broke it when I added the possibility to double-click on black-borders to resize the window.

Fixed on master.

@rom1v rom1v closed this as completed Mar 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants