Update raylib_api.* by CI
This commit is contained in:
parent
938b805bfb
commit
88c922f433
@ -3522,7 +3522,7 @@
|
||||
},
|
||||
{
|
||||
"name": "GetClipboardImage",
|
||||
"description": "Get clipboard image",
|
||||
"description": "Get clipboard image content",
|
||||
"returnType": "Image"
|
||||
},
|
||||
{
|
||||
|
@ -3399,7 +3399,7 @@ return {
|
||||
},
|
||||
{
|
||||
name = "GetClipboardImage",
|
||||
description = "Get clipboard image",
|
||||
description = "Get clipboard image content",
|
||||
returnType = "Image"
|
||||
},
|
||||
{
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user