mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-31 11:19:18 -05:00
Updated raylib enumerated types (markdown)
@ -84,7 +84,7 @@ Here it is the list with the provided enums and the functions intended to use th
|
|||||||
```c
|
```c
|
||||||
BeginBlendMode(int mode);
|
BeginBlendMode(int mode);
|
||||||
```
|
```
|
||||||
[`enum Gestures`](https://github.com/raysan5/raylib/blob/master/src/raylib.h#L842)
|
[`enum Gesture`](https://github.com/raysan5/raylib/blob/master/src/raylib.h#L842)
|
||||||
```c
|
```c
|
||||||
SetGesturesEnabled(unsigned int flags);
|
SetGesturesEnabled(unsigned int flags);
|
||||||
IsGestureDetected(int gesture);
|
IsGestureDetected(int gesture);
|
||||||
|
|||||||
Reference in New Issue
Block a user