GuiMessageBox function

int GuiMessageBox(
  1. RectangleC bounds,
  2. Pointer<Char> title,
  3. Pointer<Char> message,
  4. Pointer<Char> btnText,
  5. Pointer<Int> btnActive,
)

Implementation

int GuiMessageBox(
  RectangleC bounds,
  Pointer<Char> title,
  Pointer<Char> message,
  Pointer<Char> btnText,
  Pointer<Int> btnActive,
) => _module.GuiMessageBox(bounds, title, message, btnText, btnActive);