summaryrefslogtreecommitdiffhomepage
path: root/parser
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-04-30 21:47:28 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-04-30 21:47:28 +0000
commit27a015d022ecdf771ea64b23f495a3b66101e170 (patch)
tree915061030741e75bc52fddd34bc6b875a5c1190a /parser
parent7246d798adeac4e0d8713cfdaf89fb9a19f71d69 (diff)
downloadraylib-27a015d022ecdf771ea64b23f495a3b66101e170.tar.gz
raylib-27a015d022ecdf771ea64b23f495a3b66101e170.zip
Update raylib_api.* by CI
Diffstat (limited to 'parser')
-rw-r--r--parser/output/raylib_api.json2
-rw-r--r--parser/output/raylib_api.lua2
-rw-r--r--parser/output/raylib_api.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/parser/output/raylib_api.json b/parser/output/raylib_api.json
index d81014e0..d50085a4 100644
--- a/parser/output/raylib_api.json
+++ b/parser/output/raylib_api.json
@@ -2254,7 +2254,7 @@
{
"name": "GAMEPAD_BUTTON_RIGHT_TRIGGER_1",
"value": 11,
- "description": "Gamepad top/back trigger right (one), it could be a trailing button"
+ "description": "Gamepad top/back trigger right (first), it could be a trailing button"
},
{
"name": "GAMEPAD_BUTTON_RIGHT_TRIGGER_2",
diff --git a/parser/output/raylib_api.lua b/parser/output/raylib_api.lua
index 105a20bb..ef8e1c51 100644
--- a/parser/output/raylib_api.lua
+++ b/parser/output/raylib_api.lua
@@ -2254,7 +2254,7 @@ return {
{
name = "GAMEPAD_BUTTON_RIGHT_TRIGGER_1",
value = 11,
- description = "Gamepad top/back trigger right (one), it could be a trailing button"
+ description = "Gamepad top/back trigger right (first), it could be a trailing button"
},
{
name = "GAMEPAD_BUTTON_RIGHT_TRIGGER_2",
diff --git a/parser/output/raylib_api.xml b/parser/output/raylib_api.xml
index 37786d2c..e17c59d0 100644
--- a/parser/output/raylib_api.xml
+++ b/parser/output/raylib_api.xml
@@ -476,7 +476,7 @@
<Value name="GAMEPAD_BUTTON_RIGHT_FACE_LEFT" integer="8" desc="Gamepad right button left (i.e. PS3: Square, Xbox: X)" />
<Value name="GAMEPAD_BUTTON_LEFT_TRIGGER_1" integer="9" desc="Gamepad top/back trigger left (first), it could be a trailing button" />
<Value name="GAMEPAD_BUTTON_LEFT_TRIGGER_2" integer="10" desc="Gamepad top/back trigger left (second), it could be a trailing button" />
- <Value name="GAMEPAD_BUTTON_RIGHT_TRIGGER_1" integer="11" desc="Gamepad top/back trigger right (one), it could be a trailing button" />
+ <Value name="GAMEPAD_BUTTON_RIGHT_TRIGGER_1" integer="11" desc="Gamepad top/back trigger right (first), it could be a trailing button" />
<Value name="GAMEPAD_BUTTON_RIGHT_TRIGGER_2" integer="12" desc="Gamepad top/back trigger right (second), it could be a trailing button" />
<Value name="GAMEPAD_BUTTON_MIDDLE_LEFT" integer="13" desc="Gamepad center buttons, left one (i.e. PS3: Select)" />
<Value name="GAMEPAD_BUTTON_MIDDLE" integer="14" desc="Gamepad center buttons, middle one (i.e. PS3: PS, Xbox: XBOX)" />