Documentation

UI::BeginListBox

Function

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

vec2 size

Returns bool