瀏覽代碼

Update rcore.c

Ray 1 年之前
父節點
當前提交
b0c6972e5c
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      src/rcore.c

+ 0 - 3
src/rcore.c

@@ -49,9 +49,6 @@
 *       #define SUPPORT_MOUSE_GESTURES
 *           Mouse gestures are directly mapped like touches and processed by gestures system.
 *
-*       #define SUPPORT_TOUCH_AS_MOUSE
-*           Touch input and mouse input are shared. Mouse functions also return touch information.
-*
 *       #define SUPPORT_SSH_KEYBOARD_RPI (Raspberry Pi only)
 *           Reconfigure standard input to receive key inputs, works with SSH connection.
 *           WARNING: Reconfiguring standard input could lead to undesired effects, like breaking other