Skip to content

Commit

Permalink
Update raylib_api.* by CI
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 21, 2024
1 parent cd3de0a commit ae150e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion parser/output/raylib_api.json
Original file line number Diff line number Diff line change
Expand Up @@ -5231,7 +5231,7 @@
},
{
"name": "GetGestureHoldDuration",
"description": "Get gesture hold time in milliseconds",
"description": "Get gesture hold time in seconds",
"returnType": "float"
},
{
Expand Down
2 changes: 1 addition & 1 deletion parser/output/raylib_api.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4577,7 +4577,7 @@ return {
},
{
name = "GetGestureHoldDuration",
description = "Get gesture hold time in milliseconds",
description = "Get gesture hold time in seconds",
returnType = "float"
},
{
Expand Down
2 changes: 1 addition & 1 deletion parser/output/raylib_api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2065,7 +2065,7 @@ Function 200: GetGestureDetected() (0 input parameters)
Function 201: GetGestureHoldDuration() (0 input parameters)
Name: GetGestureHoldDuration
Return type: float
Description: Get gesture hold time in milliseconds
Description: Get gesture hold time in seconds
No input parameters
Function 202: GetGestureDragVector() (0 input parameters)
Name: GetGestureDragVector
Expand Down
2 changes: 1 addition & 1 deletion parser/output/raylib_api.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1281,7 +1281,7 @@
</Function>
<Function name="GetGestureDetected" retType="int" paramCount="0" desc="Get latest detected gesture">
</Function>
<Function name="GetGestureHoldDuration" retType="float" paramCount="0" desc="Get gesture hold time in milliseconds">
<Function name="GetGestureHoldDuration" retType="float" paramCount="0" desc="Get gesture hold time in seconds">
</Function>
<Function name="GetGestureDragVector" retType="Vector2" paramCount="0" desc="Get gesture drag vector">
</Function>
Expand Down

0 comments on commit ae150e9

Please sign in to comment.