Update raylib_api.* by CI

This commit is contained in:
github-actions[bot] 2024-11-16 17:45:33 +00:00
parent 938b805bfb
commit 88c922f433
4 changed files with 4 additions and 4 deletions

View File

@ -3522,7 +3522,7 @@
},
{
"name": "GetClipboardImage",
"description": "Get clipboard image",
"description": "Get clipboard image content",
"returnType": "Image"
},
{

View File

@ -3399,7 +3399,7 @@ return {
},
{
name = "GetClipboardImage",
description = "Get clipboard image",
description = "Get clipboard image content",
returnType = "Image"
},
{

View File

@ -1230,7 +1230,7 @@ Function 046: GetClipboardText() (0 input parameters)
Function 047: GetClipboardImage() (0 input parameters)
Name: GetClipboardImage
Return type: Image
Description: Get clipboard image
Description: Get clipboard image content
No input parameters
Function 048: EnableEventWaiting() (0 input parameters)
Name: EnableEventWaiting

View File

@ -795,7 +795,7 @@
</Function>
<Function name="GetClipboardText" retType="const char *" paramCount="0" desc="Get clipboard text content">
</Function>
<Function name="GetClipboardImage" retType="Image" paramCount="0" desc="Get clipboard image">
<Function name="GetClipboardImage" retType="Image" paramCount="0" desc="Get clipboard image content">
</Function>
<Function name="EnableEventWaiting" retType="void" paramCount="0" desc="Enable waiting for events on EndDrawing(), no automatic event polling">
</Function>