mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-19 16:51:07 +00:00
Update raylib_api.* by CI
This commit is contained in:
@@ -4418,12 +4418,13 @@ return {
|
||||
},
|
||||
{
|
||||
name = "SetGamepadVibration",
|
||||
description = "Set gamepad vibration for both motors",
|
||||
description = "Set gamepad vibration for both motors (duration in seconds)",
|
||||
returnType = "void",
|
||||
params = {
|
||||
{type = "int", name = "gamepad"},
|
||||
{type = "float", name = "leftMotor"},
|
||||
{type = "float", name = "rightMotor"}
|
||||
{type = "float", name = "rightMotor"},
|
||||
{type = "float", name = "duration"}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user