Update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2024-12-01 22:25:46 +00:00
parent b50d418ec7
commit e5e2bc83c3
4 changed files with 20 additions and 20 deletions

View File

@ -4882,9 +4882,9 @@
"returnType": "int"
},
{
"name": "SetExitKey",
"description": "Set a custom key to exit program (default is ESC)",
"returnType": "void",
"name": "GetKeyName",
"description": "Get name of a QWERTY key on the current keyboard layout (eg returns string 'q' for KEY_A on an AZERTY keyboard)",
"returnType": "const char *",
"params": [
{
"type": "int",
@ -4893,9 +4893,9 @@
]
},
{
"name": "GetKeyName",
"description": "Get name of a QWERTY key on the current keyboard layout (eg returns string "q" for KEY_A on an AZERTY keyboard)",
"returnType": "const char *",
"name": "SetExitKey",
"description": "Set a custom key to exit program (default is ESC)",
"returnType": "void",
"params": [
{
"type": "int",