Update raylib_api.* by CI
This commit is contained in:
parent
2c4c6e6201
commit
31a1047782
4 changed files with 442 additions and 415 deletions
|
@ -4334,6 +4334,14 @@ return {
|
|||
{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 *",
|
||||
params = {
|
||||
{type = "int", name = "key"}
|
||||
}
|
||||
},
|
||||
{
|
||||
name = "IsGamepadAvailable",
|
||||
description = "Check if a gamepad is available",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue