]> git.proxmox.com Git - mirror_novnc.git/blobdiff - include/rfb.js
Fix focus/clipboard related to mouse/keyboard refactor.
[mirror_novnc.git] / include / rfb.js
index 0764e8e443ed5d2916dda8e5234ec0c994bfcb73..3c9c8c4a5f4d090b99ffebdeddab0dbeebbc078b 100644 (file)
@@ -165,6 +165,13 @@ that.set_local_cursor = function(cursor) {
 that.get_canvas = function() {
     return canvas;
 };
+that.get_keyboard = function() {
+    return keyboard;
+};
+that.get_mouse = function() {
+    return mouse;
+};
+