GuiTabBar function
See RaylibGui.GuiTabBar.
Implementation
int GuiTabBar(
RectangleC bounds,
Pointer<Char> text,
Pointer<Int> hscroll,
Pointer<Int> active,
) => _module.GuiTabBar(bounds, text, hscroll, active);
See RaylibGui.GuiTabBar.
int GuiTabBar(
RectangleC bounds,
Pointer<Char> text,
Pointer<Int> hscroll,
Pointer<Int> active,
) => _module.GuiTabBar(bounds, text, hscroll, active);