MCPcopy
hub / github.com/paperwm/PaperWM / visibleX

Method visibleX

tiling.js:1296–1298  ·  view source on GitHub ↗

* Return the x position of the visible element of this window.

(metaWindow)

Source from the content-addressed store, hash-verified

1294 * Return the x position of the visible element of this window.
1295 */
1296 visibleX(metaWindow) {
1297 return metaWindow.clone.targetX + this.targetX;
1298 }
1299
1300 /**
1301 * Return the y position of the visible element of this window.

Callers 6

isFullyVisibleMethod · 0.95
visibleRatioMethod · 0.95
isPlaceableMethod · 0.95
addWindowMethod · 0.95
moveDoneMethod · 0.95
setFocusModeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected