RegisterDummyWindow

Syntax

RegisterDummyWindow(WindowID)

Description

Registers a PureBasic window ID to act as a hidden event router for the ProGUI DLL.

Parameters

WindowID
The native OS window handle (e.g. WindowID(MyWindow)) of an invisible PureBasic window.

Return Value

This command does not return a value.

Remarks

Done automatically by the internal include wrapper ProGUI_PB.pbi, establishing a bridge between ProGUI events and standard PureBasic WaitWindowEvent().

See Also

StartProGUI

Supported OS

Windows, Linux