GuiListView method

int GuiListView(
  1. RectangleC bounds,
  2. Pointer<Char> text,
  3. Pointer<Int> scrollIndex,
  4. Pointer<Int> active,
)

Implementation

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