WindowShouldClose and custom main loop example.

This commit is contained in:
jussi
2024-11-22 14:57:31 +02:00
parent c9ebe23d62
commit cb2b0e4dff
8 changed files with 83 additions and 5 deletions

View File

@@ -2,7 +2,6 @@ local raylib = {
prefix = "RLAPI",
file = "raylib.h",
blacklist = {
WindowShouldClose = "Handled internally",
GetScreenWidth = "Replaced by GetScreenSize",
GetScreenHeight = "Replaced by GetScreenSize",
GetRenderWidth = "Replaced by GetRenderSize",