GuiScrollPanel method
int
GuiScrollPanel(
- RectangleC bounds,
- Pointer<
Char> text, - RectangleC content,
- Pointer<
Vector2C> scroll, - Pointer<
RectangleC> view,
Implementation
int GuiScrollPanel(
RectangleC bounds,
Pointer<Char> text,
RectangleC content,
Pointer<Vector2C> scroll,
Pointer<RectangleC> view,
) {
return _GuiScrollPanel(bounds, text, content, scroll, view);
}