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

Method _hideCursor

systemvm/agent/noVNC/core/util/cursor.js:197–201  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

195 }
196
197 _hideCursor() {
198 if (this._canvas.style.visibility !== 'hidden') {
199 this._canvas.style.visibility = 'hidden';
200 }
201 }
202
203 // Should we currently display the cursor?
204 // (i.e. are we over the target, or a child of the target without a

Callers 1

_updateVisibilityMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected