mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Update raylib_api.* by CI
This commit is contained in:
@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user