]> git.proxmox.com Git - mirror_novnc.git/commit
Provide fallback cursor method
authorPierre Ossman <ossman@cendio.se>
Wed, 28 Feb 2018 15:38:09 +0000 (16:38 +0100)
committerPierre Ossman <ossman@cendio.se>
Fri, 6 Jul 2018 14:37:27 +0000 (16:37 +0200)
commitbaa4f23ee520a41db0d793c0e2b39f8c9bccf517
treec6641cd5ab256e5535803dca0c6bb88a8b2507fa
parentb475eed5fae5e7e1cdc80ae78604680b914d2a6e
Provide fallback cursor method

Some browsers don't support custom cursors, and there are cases
where the browsers refuse to show the cursor. Handle both of these
cases by letting the browser render the cursor via a floating
canvas.

This allows us to support a local cursor at all times.
core/rfb.js
core/util/cursor.js