Update raylib_api.* by CI
This commit is contained in:
parent
00396e3436
commit
d8feef5279
4 changed files with 553 additions and 536 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue