Update raylib_api.* by CI

This commit is contained in:
github-actions[bot] 2024-03-27 13:17:23 +00:00
parent faaa6230a1
commit 4a7b6666c8
4 changed files with 4 additions and 4 deletions

View File

@ -5097,7 +5097,7 @@
{ {
"name": "GetTouchPointId", "name": "GetTouchPointId",
"description": "Get touch point identifier for given index", "description": "Get touch point identifier for given index",
"returnType": "long long", "returnType": "int",
"params": [ "params": [
{ {
"type": "int", "type": "int",

View File

@ -4476,7 +4476,7 @@ return {
{ {
name = "GetTouchPointId", name = "GetTouchPointId",
description = "Get touch point identifier for given index", description = "Get touch point identifier for given index",
returnType = "long long", returnType = "int",
params = { params = {
{type = "int", name = "index"} {type = "int", name = "index"}
} }

View File

@ -2006,7 +2006,7 @@ Function 190: GetTouchPosition() (1 input parameters)
Param[1]: index (type: int) Param[1]: index (type: int)
Function 191: GetTouchPointId() (1 input parameters) Function 191: GetTouchPointId() (1 input parameters)
Name: GetTouchPointId Name: GetTouchPointId
Return type: long long Return type: int
Description: Get touch point identifier for given index Description: Get touch point identifier for given index
Param[1]: index (type: int) Param[1]: index (type: int)
Function 192: GetTouchPointCount() (0 input parameters) Function 192: GetTouchPointCount() (0 input parameters)

View File

@ -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)"> <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="" /> <Param type="int" name="index" desc="" />
</Function> </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="" /> <Param type="int" name="index" desc="" />
</Function> </Function>
<Function name="GetTouchPointCount" retType="int" paramCount="0" desc="Get number of touch points"> <Function name="GetTouchPointCount" retType="int" paramCount="0" desc="Get number of touch points">