klyn.gui.windows.Window.adjustContentZoom
method
public adjustContentZoom(steps as Int) as Boolean:
Description

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.

Parameters
ParameterDescription
stepsSigned zoom step count. Positive values increase content size.
Returns

true when the zoom factor changed.

Example
win.adjustContentZoom(1)