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.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'parser/output/raylib_api.json') diff --git a/parser/output/raylib_api.json b/parser/output/raylib_api.json index b0f82d3c..f8e0982c 100644 --- a/parser/output/raylib_api.json +++ b/parser/output/raylib_api.json @@ -4918,6 +4918,25 @@ } ] }, + { + "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