GuiScrollPanel abstract method
int
GuiScrollPanel(
- RectangleD bounds,
- MemoryPointer<
RInt8> text, - RectangleD content,
- StructPointer<
Vector2D> scroll, - StructPointer<
RectangleD> view,
Scroll Panel control
Implementation
int GuiScrollPanel(
RectangleD bounds,
MemoryPointer<RChar> text,
RectangleD content,
StructPointer<Vector2D> scroll,
StructPointer<RectangleD> view,
);