StopProGUI

Syntax

StopProGUI()

Description

Safely shuts down the ProGUI system, terminating animation and mouse hook threads, and closing any lingering unclosed windows tied to the application.

Parameters

This command takes no parameters.

Return Value

This command does not return a value.

Remarks

This must be called before the application closes to prevent memory leaks and dangling OS hooks (especially the low-level mouse hooks on Windows). It triggers a graceful exit of the animation and rendering threads.

See Also

StartProGUI

Supported OS

Windows, Linux