bool UI::BeginListBox(const string&in id, const vec2&in size = vec2 ( ))
Begins a listbox. This is essentially a thin wrapper to using BeginChild/EndChild with some stylistic changes.
string id
string
id
vec2 size
vec2
size
bool