Added comments and review some functions #3313

This commit is contained in:
Ray
2023-10-10 11:59:41 +02:00
parent b94e6290a4
commit 101a9b0445
7 changed files with 191 additions and 143 deletions

View File

@@ -635,17 +635,10 @@ void OpenURL(const char *url)
// Module Functions Definition: Inputs
//----------------------------------------------------------------------------------
// Set a custom key to exit program
void SetExitKey(int key)
{
TRACELOG(LOG_WARNING, "SetExitKey() not implemented on target platform");
}
// Get gamepad internal name id
const char *GetGamepadName(int gamepad)
{
TRACELOG(LOG_WARNING, "GetGamepadName() not implemented on target platform");
return NULL;
return CORE.Input.Gamepad.name[gamepad];
}
// Get gamepad axis count