public static adjustContentZoom(steps as Int) as Boolean:
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.
| Parameter | Description |
|---|---|
steps | Signed wheel step count. |
true when the zoom changed.
ThemeManager.adjustContentZoom(1)