public isResizeHandleAt(x as Int, y as Int) as Boolean:
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")