GuiScrollPanel abstract method

int GuiScrollPanel(
  1. RectangleD bounds,
  2. MemoryPointer<RInt8> text,
  3. RectangleD content,
  4. StructPointer<Vector2D> scroll,
  5. StructPointer<RectangleD> view,
)

Scroll Panel control

Implementation

int GuiScrollPanel(
  RectangleD bounds,
  MemoryPointer<RChar> text,
  RectangleD content,
  StructPointer<Vector2D> scroll,
  StructPointer<RectangleD> view,
);