GuiMessageBox abstract method

int GuiMessageBox(
  1. RectangleD bounds,
  2. MemoryPointer<RInt8> title,
  3. MemoryPointer<RInt8> message,
  4. MemoryPointer<RInt8> btnText,
  5. 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,
);