mirror of
https://github.com/raysan5/raygui.git
synced 2026-01-30 02:39:17 -05:00
Update README.md
This commit is contained in:
@ -50,7 +50,9 @@ int main()
|
|||||||
|
|
||||||
if (showMessageBox)
|
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;
|
if (result >= 0) showMessageBox = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user