]> git.proxmox.com Git - mirror_novnc.git/commit - vnc.js
Working VNC client! Add mouse movement support.
authorJoel Martin <github@martintribe.org>
Wed, 14 Apr 2010 17:44:47 +0000 (12:44 -0500)
committerJoel Martin <github@martintribe.org>
Wed, 14 Apr 2010 17:44:47 +0000 (12:44 -0500)
commit8cf206154cbcac6163498f295cdd7afd6e6f2f7f
treed1dc668f203a777a1948a602000b8b6eeea7522b
parent48ebcdb1104362840560e8b65034208c9f6ef72a
Working VNC client! Add mouse movement support.

- Mouse movements are accumulated and sent about 5 times a second.
- Normal polling happens at about 1.5 seconds intervals.

This commit represents a very functional VNC client under Google
Chrome.

Remaining work:

    - Cut and paste support.

    - Framing bugs when using RRE encoding.

    - Better status and error feedback.

    - Get working in firefox using flash web-socket-js:
        http://github.com/gimite/web-socket-js

    - Version without mootools (but test cross-browser).
canvas.js
vnc.js