From e12e44038f40538e537e893a4c5051f4fe340181 Mon Sep 17 00:00:00 2001 From: TLAliceDev <109485802+TLAliceDev@users.noreply.github.com> Date: Sat, 17 Sep 2022 22:52:14 +0000 Subject: [PATCH] Current link for the GamepadButton goes to a different line --- raylib-enumerated-types.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raylib-enumerated-types.md b/raylib-enumerated-types.md index 07b9f92..0a80307 100644 --- a/raylib-enumerated-types.md +++ b/raylib-enumerated-types.md @@ -39,7 +39,7 @@ Here it is the list with the provided enums and the functions intended to use th ```c SetMouseCursor(int cursor); ``` -[`enum GamepadButton`](https://github.com/raysan5/raylib/blob/master/src/raylib.h#L654) +[`enum GamepadButton`](https://github.com/raysan5/raylib/blob/master/src/raylib.h#L685) ```c IsGamepadButtonPressed(int gamepad, int button); IsGamepadButtonDown(int gamepad, int button);