]> git.proxmox.com Git - mirror_novnc.git/commit - tests/test.rfb.js
Move mouse event handling to RFB class
authorPierre Ossman <ossman@cendio.se>
Wed, 10 Jun 2020 14:13:03 +0000 (16:13 +0200)
committerSamuel Mannehed <samuel@cendio.se>
Fri, 12 Jun 2020 12:36:10 +0000 (14:36 +0200)
commit50cde2faab54e1bfcf411ab3fb5c2950f444e81f
tree55b829bbc7f1d5144661935de7d9d22dd8be0d6b
parent88589a44f7ff8bdcb9f66bc9160e83a6f0827bb5
Move mouse event handling to RFB class

Move the last remaining bits to the RFB class to keep things simple, as
the Mouse class no longer provides any real value.
core/input/mouse.js [deleted file]
core/rfb.js
docs/API-internal.md
tests/test.mouse.js [deleted file]
tests/test.rfb.js