(open-window) ( world -- )


Vocabulary
ui.backend

Inputs
worlda world


Outputs
None

Word description
Opens a native window containing the given world. This grafts the world by calling graft. Each world can only be displayed in one top-level window at a time.

Notes
This word should not be called directly by user code. Instead, use open-window.

Definition


Methods