GuiToggle method
Toggle Button control
Implementation
@override
int GuiToggle(
RectangleD bounds,
MemoryPointer<RChar> text,
MemoryPointer<RBool> active,
) => _wasm.GuiToggle(
$.Rectangle$.Ref1(bounds).toJS,
text.toJS,
active.toJS,
);
Toggle Button control
@override
int GuiToggle(
RectangleD bounds,
MemoryPointer<RChar> text,
MemoryPointer<RBool> active,
) => _wasm.GuiToggle(
$.Rectangle$.Ref1(bounds).toJS,
text.toJS,
active.toJS,
);