From cb2b0e4dff5e1d98054f9e5f809fd3a14cd220a1 Mon Sep 17 00:00:00 2001 From: jussi Date: Fri, 22 Nov 2024 14:57:31 +0200 Subject: WindowShouldClose and custom main loop example. --- API.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'API.md') 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 -- cgit v1.2.3