mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-29 10:19:18 -05:00
Current link for the GamepadButton goes to a different line
@ -39,7 +39,7 @@ Here it is the list with the provided enums and the functions intended to use th
|
|||||||
```c
|
```c
|
||||||
SetMouseCursor(int cursor);
|
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
|
```c
|
||||||
IsGamepadButtonPressed(int gamepad, int button);
|
IsGamepadButtonPressed(int gamepad, int button);
|
||||||
IsGamepadButtonDown(int gamepad, int button);
|
IsGamepadButtonDown(int gamepad, int button);
|
||||||
|
|||||||
Reference in New Issue
Block a user