Current link for the GamepadButton goes to a different line

master
TLAliceDev před 3 roky
rodič
revize
e12e44038f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      raylib-enumerated-types.md

+ 1
- 1
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);

Načítá se…
Zrušit
Uložit