GuiMessageBox abstract method
int
GuiMessageBox(
- RectangleD bounds,
- MemoryPointer<
RInt8> title, - MemoryPointer<
RInt8> message, - MemoryPointer<
RInt8> btnText, - MemoryPointer<
RInt32> btnActive,
Message Box control, displays a message
Implementation
int GuiMessageBox(
RectangleD bounds,
MemoryPointer<RChar> title,
MemoryPointer<RChar> message,
MemoryPointer<RChar> btnText,
MemoryPointer<RInt> btnActive,
);