Updated raylib enumerated types (markdown)

master
Ray 4 年前
父节点
当前提交
9fb3053feb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      raylib-enumerated-types.md

+ 1
- 1
raylib-enumerated-types.md

@ -84,7 +84,7 @@ Here it is the list with the provided enums and the functions intended to use th
```c
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
SetGesturesEnabled(unsigned int flags);
IsGestureDetected(int gesture);

正在加载...
取消
保存