GuiScrollPanel method
int
GuiScrollPanel(
- RectangleC bounds,
- Pointer<
Char> text, - RectangleC content,
- Pointer<
Vector2C> scroll, - Pointer<
RectangleC> view,
Scroll Panel control
Implementation
int GuiScrollPanel(RectangleC bounds, Pointer<Char> text, RectangleC content, Pointer<Vector2C> scroll, Pointer<RectangleC> view)
=> _GuiScrollPanel(bounds, text, content, scroll, view);