GuiListView function

int GuiListView(
  1. RectangleD bounds,
  2. MemoryPointer<RChar> text,
  3. MemoryPointer<RInt> scrollIndex,
  4. MemoryPointer<RInt> active,
)

See RaylibGuiFlatModule.GuiListView.

Implementation

int GuiListView(
  RectangleD bounds,
  MemoryPointer<RChar> text,
  MemoryPointer<RInt> scrollIndex,
  MemoryPointer<RInt> active,
) => _module.GuiListView(bounds, text, scrollIndex, active);