GuiGroupBox method
Group Box control with text name
Implementation
@override
int GuiGroupBox(
RectangleD bounds,
MemoryPointer<RChar> text,
) => _wasm.GuiGroupBox(
$.Rectangle$.Ref1(bounds).toJS,
text.toJS,
);
Group Box control with text name
@override
int GuiGroupBox(
RectangleD bounds,
MemoryPointer<RChar> text,
) => _wasm.GuiGroupBox(
$.Rectangle$.Ref1(bounds).toJS,
text.toJS,
);