vu159951 / android-vnc-server

Automatically exported from code.google.com/p/android-vnc-server
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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: