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