From 2a774a88f5532908e09b15602d1482be96470f7f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 24 Feb 2024 15:47:42 +0000 Subject: Update raylib_api.* by CI --- parser/output/raylib_api.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'parser/output/raylib_api.lua') diff --git a/parser/output/raylib_api.lua b/parser/output/raylib_api.lua index c547fea2..350065e7 100644 --- a/parser/output/raylib_api.lua +++ b/parser/output/raylib_api.lua @@ -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", -- cgit v1.2.3