klyn.gui.windows.Slider.adjustValueBy
method
public adjustValueBy(delta as Int) as Void:
Description

Adjusts the current value by a signed delta.

Native backends use this hook for keyboard navigation: arrows decrease or increase the value while keeping the normal setValue clamping and valueChanged emission path.

slider.adjustValueBy(1)
slider.adjustValueBy(-1)