public beginDragAt(x as Int, y as Int) as Boolean:
Starts pane resize when x, y hits a separator.
x
y
Native backends can call this method just like Splitter.beginDragAt.
Splitter.beginDragAt
if workspace.beginDragAt(x, y): print("resize")