Skip to content

Commit df7b425

Browse files
rlparser: update raylib_api.* by CI
1 parent 29285da commit df7b425

File tree

4 files changed

+450
-423
lines changed

4 files changed

+450
-423
lines changed

tools/rlparser/output/raylib_api.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5058,6 +5058,17 @@
50585058
}
50595059
]
50605060
},
5061+
{
5062+
"name": "SetScreenshotKey",
5063+
"description": "Set a custom key for taking a screenshot (default is F12)",
5064+
"returnType": "void",
5065+
"params": [
5066+
{
5067+
"type": "int",
5068+
"name": "key"
5069+
}
5070+
]
5071+
},
50615072
{
50625073
"name": "IsGamepadAvailable",
50635074
"description": "Check if a gamepad is available",

tools/rlparser/output/raylib_api.lua

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4443,6 +4443,14 @@ return {
44434443
{type = "int", name = "key"}
44444444
}
44454445
},
4446+
{
4447+
name = "SetScreenshotKey",
4448+
description = "Set a custom key for taking a screenshot (default is F12)",
4449+
returnType = "void",
4450+
params = {
4451+
{type = "int", name = "key"}
4452+
}
4453+
},
44464454
{
44474455
name = "IsGamepadAvailable",
44484456
description = "Check if a gamepad is available",

0 commit comments

Comments
 (0)