GuiPanel method
Panel control, useful to group controls
Implementation
@override
int GuiPanel(
RectangleD bounds,
MemoryPointer<RChar> text,
) => _wasm.GuiPanel(
$.Rectangle$.Ref1(bounds).toJS,
text.toJS,
);
Panel control, useful to group controls
@override
int GuiPanel(
RectangleD bounds,
MemoryPointer<RChar> text,
) => _wasm.GuiPanel(
$.Rectangle$.Ref1(bounds).toJS,
text.toJS,
);