diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-02-24 15:47:42 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-02-24 15:47:42 +0000 |
| commit | 2a774a88f5532908e09b15602d1482be96470f7f (patch) | |
| tree | cbd26ab4c05ad22f68a6dce40b4661a8c548b00e /parser/output/raylib_api.json | |
| parent | 371d25c8c99f6db487c938f8b7f391d45e26d3a4 (diff) | |
| download | raylib-2a774a88f5532908e09b15602d1482be96470f7f.tar.gz raylib-2a774a88f5532908e09b15602d1482be96470f7f.zip | |
Update raylib_api.* by CI
Diffstat (limited to 'parser/output/raylib_api.json')
| -rw-r--r-- | parser/output/raylib_api.json | 19 |
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", |
