Update raylib_api.* by CI

This commit is contained in:
github-actions[bot] 2024-11-09 18:40:56 +00:00
parent 00396e3436
commit d8feef5279
4 changed files with 553 additions and 536 deletions

View file

@ -3397,6 +3397,11 @@ return {
description = "Get clipboard text content",
returnType = "const char *"
},
{
name = "GetClipboardImage",
description = "Get clipboard image",
returnType = "Image"
},
{
name = "EnableEventWaiting",
description = "Enable waiting for events on EndDrawing(), no automatic event polling",