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 Mar 27, 2024
1 parent faaa623 commit 4a7b666
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 @@ -5097,7 +5097,7 @@
{
"name": "GetTouchPointId",
"description": "Get touch point identifier for given index",
"returnType": "long long",
"returnType": "int",
"params": [
{
"type": "int",
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 @@ -4476,7 +4476,7 @@ return {
{
name = "GetTouchPointId",
description = "Get touch point identifier for given index",
returnType = "long long",
returnType = "int",
params = {
{type = "int", name = "index"}
}
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 @@ -2006,7 +2006,7 @@ Function 190: GetTouchPosition() (1 input parameters)
Param[1]: index (type: int)
Function 191: GetTouchPointId() (1 input parameters)
Name: GetTouchPointId
Return type: long long
Return type: int
Description: Get touch point identifier for given index
Param[1]: index (type: int)
Function 192: GetTouchPointCount() (0 input parameters)
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 @@ -1245,7 +1245,7 @@
<Function name="GetTouchPosition" retType="Vector2" paramCount="1" desc="Get touch position XY for a touch point index (relative to screen size)">
<Param type="int" name="index" desc="" />
</Function>
<Function name="GetTouchPointId" retType="long long" paramCount="1" desc="Get touch point identifier for given index">
<Function name="GetTouchPointId" retType="int" paramCount="1" desc="Get touch point identifier for given index">
<Param type="int" name="index" desc="" />
</Function>
<Function name="GetTouchPointCount" retType="int" paramCount="0" desc="Get number of touch points">
Expand Down

0 comments on commit 4a7b666

Please sign in to comment.