klyn.gui.windows.DockWorkspace.updateDockHoverAt
method
public updateDockHoverAt(x as Int, y as Int) as Boolean:
Description

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.

Parameters
ParameterDescription
xWindow-client x coordinate.
yWindow-client y coordinate.
Returns

True when any dock button is hovered.

Example
workspace.updateDockHoverAt(mouseX, mouseY)