Update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2024-02-24 15:47:42 +00:00
parent 371d25c8c9
commit 2a774a88f5
4 changed files with 430 additions and 389 deletions

View File

@ -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",