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

Updates the pane hover state from window-client coordinates.

DockWorkspace routes pointer motion here because native hit-testing can target a child widget while the pane still needs to expose its overlay close button.

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

True when the pointer is inside the pane.

Example
pane.updateHoverAt(mouseX, mouseY)