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

@ -3520,6 +3520,11 @@
"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",