Update raylib_api.* by CI

This commit is contained in:
github-actions[bot]
2024-11-28 21:50:14 +00:00
parent 2c4c6e6201
commit 31a1047782
4 changed files with 442 additions and 415 deletions

View File

@ -4892,6 +4892,17 @@
}
]
},
{
"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",
"name": "key"
}
]
},
{
"name": "IsGamepadAvailable",
"description": "Check if a gamepad is available",