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

Adjusts the value by a signed delta.

Native backends use this for keyboard navigation.

spin.adjustValueBy(1)