klyn.gui.windows.Slider.setValueFromPoint
method
public setValueFromPoint(x as Int, y as Int) as Void:
Description

Updates the value from a window-relative pointer position.

Native backends call this during pointer press/drag.

slider.setValueFromPoint(120, 20)