GuiListView function
int
GuiListView(
- RectangleD bounds,
- MemoryPointer<
RChar> text, - MemoryPointer<
RInt> scrollIndex, - 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);