GuiLine method
Line separator control, could contain text
Implementation
@override
int GuiLine(
RectangleD bounds,
MemoryPointer<RChar> text,
) => _wasm.GuiLine(
$.Rectangle$.Ref1(bounds).toJS,
text.toJS,
);
Line separator control, could contain text
@override
int GuiLine(
RectangleD bounds,
MemoryPointer<RChar> text,
) => _wasm.GuiLine(
$.Rectangle$.Ref1(bounds).toJS,
text.toJS,
);