GuiListViewEx function
int
GuiListViewEx(
- RectangleD bounds,
- MemoryPointer<
RPointer< text,RChar> > - int count,
- MemoryPointer<
RInt> scrollIndex, - MemoryPointer<
RInt> active, - MemoryPointer<
RInt> focus,
See RaylibGuiFlatModule.GuiListViewEx.
Implementation
int GuiListViewEx(
RectangleD bounds,
MemoryPointer<RPointer<RChar>> text,
int count,
MemoryPointer<RInt> scrollIndex,
MemoryPointer<RInt> active,
MemoryPointer<RInt> focus,
) => _module.GuiListViewEx(bounds, text, count, scrollIndex, active, focus);