Documentation

UI::Begin

Function

bool UI::Begin(const string&in title, int flags = UI::WindowFlags::NoCollapse)

Begins an imgui window.

string title

int flags

Returns bool
bool UI::Begin(const string&in title, bool&out open, int flags = UI::WindowFlags::NoCollapse)

Begins an imgui window.

string title

bool open

int flags

Returns bool