public adjustContentZoom(steps as Int) as Boolean:
Adjusts the runtime content zoom for all GUI windows.
The native backend calls this method for Ctrl+mouse wheel gestures. The method is public so applications can expose the same accessibility command from a menu or settings page. The complete window content is scaled, including fonts, KSS metrics, layout spacing and modal lightboxes.
| Parameter | Description |
|---|---|
steps | Signed zoom step count. Positive values increase content size. |
true when the zoom factor changed.
win.adjustContentZoom(1)