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.lua | |
| parent | 371d25c8c99f6db487c938f8b7f391d45e26d3a4 (diff) | |
| download | raylib-2a774a88f5532908e09b15602d1482be96470f7f.tar.gz raylib-2a774a88f5532908e09b15602d1482be96470f7f.zip | |
Update raylib_api.* by CI
Diffstat (limited to 'parser/output/raylib_api.lua')
| -rw-r--r-- | parser/output/raylib_api.lua | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ -4343,6 +4343,16 @@ return { } }, { + 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", |
