Home | History | Annotate | Download | only in include

Lines Matching refs:RFB

11 /*global window, $D, Util, WebUtil, RFB, Display */
59 UI.rfb = RFB({'target': $D('noVNC_canvas'),
66 // var keyboard = UI.rfb.get_keyboard();
262 if (UI.rfb.get_display().get_cursor_uri()) {
308 if (UI.rfb.get_display().get_cursor_uri()) {
323 UI.setViewDrag(UI.rfb.get_viewportDrag());
330 UI.rfb.sendPassword($D('noVNC_password').value);
340 UI.rfb.sendCtrlAltDel();
350 if (UI.rfb) {
351 UI.rfb.get_mouse().set_touchButton(num);
370 updateState: function(rfb, state, oldstate, msg) {
419 if (UI.rfb && UI.rfb.get_display() &&
420 UI.rfb.get_display().get_cursor_uri()) {
465 clipReceive: function(rfb, text) {
486 UI.rfb.set_encrypt(UI.getSetting('encrypt'));
487 UI.rfb.set_true_color(UI.getSetting('true_color'));
488 UI.rfb.set_local_cursor(UI.getSetting('cursor'));
489 UI.rfb.set_shared(UI.getSetting('shared'));
490 UI.rfb.set_view_only(UI.getSetting('view_only'));
491 UI.rfb.set_connectTimeout(UI.getSetting('connectTimeout'));
493 UI.rfb.connect(host, port, password, path);
501 UI.rfb.disconnect();
509 UI.rfb.get_keyboard().set_focused(false);
510 UI.rfb.get_mouse().set_focused(false);
514 UI.rfb.get_keyboard().set_focused(true);
515 UI.rfb.get_mouse().set_focused(true);
520 UI.rfb.clipboardPasteFrom("");
526 UI.rfb.clipboardPasteFrom(text);
535 if (UI.rfb) {
536 display = UI.rfb.get_display();
572 if (!UI.rfb) { return; }
575 UI.rfb.get_display().get_viewport()) {
583 drag = !UI.rfb.get_viewportDrag();
587 UI.rfb.set_viewportDrag(true);
590 UI.rfb.set_viewportDrag(false);