GuiScrollPanel function

int GuiScrollPanel(
  1. RectangleD bounds,
  2. MemoryPointer<RChar> text,
  3. RectangleD content,
  4. StructPointer<Vector2D> scroll,
  5. StructPointer<RectangleD> view,
)

See RaylibGuiFlatModule.GuiScrollPanel.

Implementation

int GuiScrollPanel(
  RectangleD bounds,
  MemoryPointer<RChar> text,
  RectangleD content,
  StructPointer<Vector2D> scroll,
  StructPointer<RectangleD> view,
) => _module.GuiScrollPanel(bounds, text, content, scroll, view);