GuiPanel method

  1. @override
int GuiPanel(
  1. RectangleD bounds,
  2. MemoryPointer<RChar> text
)
override

Panel control, useful to group controls

Implementation

@override
int GuiPanel(
  RectangleD bounds,
  MemoryPointer<RChar> text,
) => _wasm.GuiPanel(
  $.Rectangle$.Ref1(bounds).toJS,
  text.toJS,
);