public updateDockHoverAt(x as Int, y as Int) as Boolean:
Updates dock-button hover state from window-client coordinates.
Native backends call this before regular mouse dispatch because expanded panes and their children can legitimately receive the mouse event while dock buttons still need deterministic hover painting.
| Parameter | Description |
|---|---|
x | Window-client x coordinate. |
y | Window-client y coordinate. |
True when any dock button is hovered.
workspace.updateDockHoverAt(mouseX, mouseY)