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

Method _showCursor

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

Source from the content-addressed store, hash-verified

189 }
190
191 _showCursor() {
192 if (this._canvas.style.visibility === 'hidden') {
193 this._canvas.style.visibility = '';
194 }
195 }
196
197 _hideCursor() {
198 if (this._canvas.style.visibility !== 'hidden') {

Callers 1

_updateVisibilityMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected