GuiScrollPanel method

int GuiScrollPanel(
  1. RectangleC bounds,
  2. Pointer<Char> text,
  3. RectangleC content,
  4. Pointer<Vector2C> scroll,
  5. 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);