GuiListView method
Implementation
int GuiListView(
RectangleC bounds,
Pointer<Char> text,
Pointer<Int> scrollIndex,
Pointer<Int> active,
) {
return _GuiListView(bounds, text, scrollIndex, active);
}
int GuiListView(
RectangleC bounds,
Pointer<Char> text,
Pointer<Int> scrollIndex,
Pointer<Int> active,
) {
return _GuiListView(bounds, text, scrollIndex, active);
}