summaryrefslogtreecommitdiffhomepage
path: root/parser/output/raylib_api.json
diff options
context:
space:
mode:
Diffstat (limited to 'parser/output/raylib_api.json')
-rw-r--r--parser/output/raylib_api.json19
1 files changed, 19 insertions, 0 deletions
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
@@ -4919,6 +4919,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",
"returnType": "bool",