mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-03 10:59:39 +00:00
Fix focus/clipboard related to mouse/keyboard refactor.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user