GuiMessageBox method

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

Message Box control, displays a message

Implementation

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