summaryrefslogtreecommitdiff
path: root/API.md
diff options
context:
space:
mode:
Diffstat (limited to 'API.md')
-rw-r--r--API.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/API.md b/API.md
index 06c70e0..d4196ff 100644
--- a/API.md
+++ b/API.md
@@ -3783,6 +3783,13 @@ Close window and unload OpenGL context and free all resources
---
+> RL.WindowShouldClose()
+
+Check if application should close (KEY_ESCAPE pressed or windows close icon clicked).
+Note! Not needed unless you want to make custom main loop
+
+---
+
> state = RL.IsWindowReady()
Check if window has been initialized successfully