Update raylib_api.* by CI
This commit is contained in:
parent
cd3de0af0c
commit
ae150e9640
4 changed files with 4 additions and 4 deletions
|
@ -5231,7 +5231,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "GetGestureHoldDuration",
|
"name": "GetGestureHoldDuration",
|
||||||
"description": "Get gesture hold time in milliseconds",
|
"description": "Get gesture hold time in seconds",
|
||||||
"returnType": "float"
|
"returnType": "float"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -4577,7 +4577,7 @@ return {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name = "GetGestureHoldDuration",
|
name = "GetGestureHoldDuration",
|
||||||
description = "Get gesture hold time in milliseconds",
|
description = "Get gesture hold time in seconds",
|
||||||
returnType = "float"
|
returnType = "float"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -2065,7 +2065,7 @@ Function 200: GetGestureDetected() (0 input parameters)
|
||||||
Function 201: GetGestureHoldDuration() (0 input parameters)
|
Function 201: GetGestureHoldDuration() (0 input parameters)
|
||||||
Name: GetGestureHoldDuration
|
Name: GetGestureHoldDuration
|
||||||
Return type: float
|
Return type: float
|
||||||
Description: Get gesture hold time in milliseconds
|
Description: Get gesture hold time in seconds
|
||||||
No input parameters
|
No input parameters
|
||||||
Function 202: GetGestureDragVector() (0 input parameters)
|
Function 202: GetGestureDragVector() (0 input parameters)
|
||||||
Name: GetGestureDragVector
|
Name: GetGestureDragVector
|
||||||
|
|
|
@ -1281,7 +1281,7 @@
|
||||||
</Function>
|
</Function>
|
||||||
<Function name="GetGestureDetected" retType="int" paramCount="0" desc="Get latest detected gesture">
|
<Function name="GetGestureDetected" retType="int" paramCount="0" desc="Get latest detected gesture">
|
||||||
</Function>
|
</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>
|
||||||
<Function name="GetGestureDragVector" retType="Vector2" paramCount="0" desc="Get gesture drag vector">
|
<Function name="GetGestureDragVector" retType="Vector2" paramCount="0" desc="Get gesture drag vector">
|
||||||
</Function>
|
</Function>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue