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

Starts pane resize when x, y hits a separator.

Native backends can call this method just like Splitter.beginDragAt.

if workspace.beginDragAt(x, y): print("resize")