klyn.gui.windows.Window.resetContentZoom
method
public resetContentZoom() as Boolean:
Description

Resets the runtime content zoom and native window size.

The native backend calls this method for Ctrl+middle-button double click. The window is resized back to the original client size captured before the first content zoom gesture.

Returns

true when the zoom factor changed.

Example
win.resetContentZoom()