public setValueFromPoint(x as Int, y as Int) as Void:
Updates the value from a window-relative pointer position.
Native backends call this during pointer press/drag.
slider.setValueFromPoint(120, 20)