GuiTabBarEx function

int GuiTabBarEx(
  1. RectangleD bounds,
  2. MemoryPointer<RPointer<RChar>> text,
  3. int count,
  4. MemoryPointer<RInt> hscroll,
  5. MemoryPointer<RInt> active,
  6. 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);