GuiLabel method
Label control
Implementation
@override
int GuiLabel(
RectangleD bounds,
MemoryPointer<RChar> text,
) => _wasm.GuiLabel(
$.Rectangle$.Ref1(bounds).toJS,
text.toJS,
);
Label control
@override
int GuiLabel(
RectangleD bounds,
MemoryPointer<RChar> text,
) => _wasm.GuiLabel(
$.Rectangle$.Ref1(bounds).toJS,
text.toJS,
);