浏览代码

Remove unimplemented function

pull/2050/head
raysan5 4 年前
父节点
当前提交
0b0711027a
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. +0
    -1
      src/raylib.h

+ 0
- 1
src/raylib.h 查看文件

@ -1109,7 +1109,6 @@ RLAPI int GetTouchY(void); // Get touch posit
RLAPI Vector2 GetTouchPosition(int index); // Get touch position XY for a touch point index (relative to screen size)
RLAPI int GetTouchPointId(int index); // Get touch point identifier for given index
RLAPI int GetTouchPointCount(void); // Get number of touch points
RLAPI int GetTouchEvent(void); // Get last touch event registered
//------------------------------------------------------------------------------------
// Gestures and Touch Handling Functions (Module: rgestures)

正在加载...
取消
保存