GuiScrollPanel function
int
GuiScrollPanel(
- RectangleD bounds,
- MemoryPointer<
RChar> text, - RectangleD content,
- StructPointer<
Vector2D> scroll, - 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);