MCPcopy Create free account
hub / github.com/apache/cloudstack / blur

Method blur

systemvm/agent/noVNC/core/rfb.js:653–655  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

651 }
652
653 blur() {
654 this._canvas.blur();
655 }
656
657 clipboardPasteFrom(text) {
658 if (this._rfbConnectionState !== 'connected' || this._viewOnly) { return; }

Callers 3

handleErrorFunction · 0.80
hideVirtualKeyboardFunction · 0.80
keyInputFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected