GuiScrollPanel method

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