Update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2024-10-21 22:06:52 +00:00
parent f8f6aa0907
commit 2a0963ce09
4 changed files with 13 additions and 6 deletions

View File

@ -5018,7 +5018,7 @@
},
{
"name": "SetGamepadVibration",
"description": "Set gamepad vibration for both motors",
"description": "Set gamepad vibration for both motors (duration in seconds)",
"returnType": "void",
"params": [
{
@ -5032,6 +5032,10 @@
{
"type": "float",
"name": "rightMotor"
},
{
"type": "float",
"name": "duration"
}
]
},