mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-28 22:18:30 +00:00
Added comments and review some functions #3313
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user