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

@ -4327,17 +4327,17 @@ return {
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", name = "key"}
}
},
{
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", name = "key"}
}