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

Function _capturedElemChanged

systemvm/agent/noVNC/core/util/events.js:56–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54
55// Follow cursor style of target element
56function _capturedElemChanged() {
57 const proxyElem = document.getElementById("noVNC_mouse_capture_elem");
58 proxyElem.style.cursor = window.getComputedStyle(document.captureElement).cursor;
59}
60
61const _captureObserver = new MutationObserver(_capturedElemChanged);
62

Callers 1

setCaptureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected