From 12804826d01bfb636e36f816bda19eaa23b4ace7 Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 9 May 2024 21:01:17 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea7daee..3fd28c8 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,9 @@ int main() if (showMessageBox) { - int result = GuiMessageBox((Rectangle){ 85, 70, 250, 100 }, "#191#Message Box", "Hi! This is a message!", "Nice;Cool"); + int result = GuiMessageBox((Rectangle){ 85, 70, 250, 100 }, + "#191#Message Box", "Hi! This is a message!", "Nice;Cool"); + if (result >= 0) showMessageBox = false; }