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

Returns true when x, y is over a pane resize handle.

Native backends use this lightweight query to update the pointer cursor without starting a drag.

if workspace.isResizeHandleAt(mouseX, mouseY):
print("resize cursor")