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