GuiLabelButton method
Label button control, returns true when clicked
Implementation
@override
int GuiLabelButton(
RectangleD bounds,
MemoryPointer<RChar> text,
) => _wasm.GuiLabelButton(
$.Rectangle$.Ref1(bounds).toJS,
text.toJS,
);
Label button control, returns true when clicked
@override
int GuiLabelButton(
RectangleD bounds,
MemoryPointer<RChar> text,
) => _wasm.GuiLabelButton(
$.Rectangle$.Ref1(bounds).toJS,
text.toJS,
);