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

Starts dragging the splitter handle when the pointer is over it.

This method is also used directly by native backends to keep splitter drag realtime without allocating a MouseEvent for every pointer move.

if splitter.beginDragAt(x, y):
print("drag started")