klyn.gui.windows.themes.ThemeManager.adjustContentZoom
method
public static adjustContentZoom(steps as Int) as Boolean:
Description

Adjusts the runtime content zoom by wheel steps.

Positive steps increase the complete GUI content scale, negative steps decrease it. The zoom is clamped to keep layouts usable.

Parameters
ParameterDescription
stepsSigned wheel step count.
Returns

true when the zoom changed.

Example
ThemeManager.adjustContentZoom(1)