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

Method _handleMouseLeave

systemvm/agent/noVNC/core/util/cursor.js:146–149  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

144 }
145
146 _handleMouseLeave(event) {
147 // Check if we should show the cursor on the element we are leaving to
148 this._updateVisibility(event.relatedTarget);
149 }
150
151 _handleMouseMove(event) {
152 this._updateVisibility(event.target);

Callers

nothing calls this directly

Calls 1

_updateVisibilityMethod · 0.95

Tested by

no test coverage detected