tobeqj / android-vnc-server

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

Moving mouse causes delayed framebuffer update on client #31

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Run android vnc server and try to access the UI from client using mouse 
instead of touch
2. Try to draw something using mouse.
3.

What is the expected output? What do you see instead?
Frame update on the client should happen with out delay when mouse is used.

What version of the product are you using? On what operating system?
android 2.3 on x86/ARM

Please provide any additional information below.
Frame-buffer update will not happen until some event is processed. Should be 
able to send modified rectangles while buffer comparison going on.

Original issue reported on code.google.com by vamsidev...@gmail.com on 9 Dec 2011 at 8:17