GuiMessageBox function
int
GuiMessageBox(
- RectangleD bounds,
- MemoryPointer<
RChar> title, - MemoryPointer<
RChar> message, - MemoryPointer<
RChar> btnText, - MemoryPointer<
RInt> btnActive,
See RaylibGuiFlatModule.GuiMessageBox.
Implementation
int GuiMessageBox(
RectangleD bounds,
MemoryPointer<RChar> title,
MemoryPointer<RChar> message,
MemoryPointer<RChar> btnText,
MemoryPointer<RInt> btnActive,
) => _module.GuiMessageBox(bounds, title, message, btnText, btnActive);