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

Pressing left mouse button and moving the mouse without releasing it generates touch events badly. #14

Open
GoogleCodeExporter opened this issue Dec 14, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Press left mouse button in the vncviewer screen.
2. Move the mouse without releasing the left button.

What is the expected output? What do you see instead?
Expected output is a pressing button event, then a lot of moving mouse
events, and in the end a releasing button event when you release the mouse
button.
I see instead a lot of press and release events with a lot of moving mouse
events.

What version of the product are you using? On what operating system?
Debian GNU/Linux Sid. Android emulator (eclair version)

Please provide any additional information below.
I provide a patch to solve it:
$ cd android-vnc-server-read-only
$ patch -p2 <patch.fbvncserver   

Hope it helps,
Vicente.

Original issue reported on code.google.com by bizen...@gmail.com on 18 May 2010 at 4:50

Attachments:

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

1 participant