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:
@ -4342,6 +4342,16 @@ return {
|
||||
{type = "const char *", name = "mappings"}
|
||||
}
|
||||
},
|
||||
{
|
||||
name = "SetGamepadVibration",
|
||||
description = "Set gamepad vibration for both motors",
|
||||
returnType = "void",
|
||||
params = {
|
||||
{type = "int", name = "gamepad"},
|
||||
{type = "float", name = "leftMotor"},
|
||||
{type = "float", name = "rightMotor"}
|
||||
}
|
||||
},
|
||||
{
|
||||
name = "IsMouseButtonPressed",
|
||||
description = "Check if a mouse button has been pressed once",
|
||||
|
||||
Reference in New Issue
Block a user