]> git.proxmox.com Git - mirror_novnc.git/commit - tests/test.rfb.js
Move wheel event handling to RFB class
authorPierre Ossman <ossman@cendio.se>
Wed, 10 Jun 2020 11:59:10 +0000 (13:59 +0200)
committerSamuel Mannehed <samuel@cendio.se>
Fri, 12 Jun 2020 07:18:46 +0000 (09:18 +0200)
commitf84bc57bdaf6ed67804fee7d9caadd94c65d1bac
tree6ad770ea23d54e14770c881097d49f9aff55ff2e
parent4a87038080ee8d9ad8eb9f276fc6acde6ef87467
Move wheel event handling to RFB class

The Mouse class does very little now so it mostly just obfuscate things.
Move everything directly in to the RFB class instead.
core/input/mouse.js
core/rfb.js
tests/test.mouse.js
tests/test.rfb.js