GuiTabBar function

int GuiTabBar(
  1. RectangleD bounds,
  2. MemoryPointer<RChar> text,
  3. MemoryPointer<RInt> hscroll,
  4. 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);