diff options
| author | Ray <[email protected]> | 2023-09-06 23:33:29 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-09-06 23:33:29 +0200 |
| commit | b0c6972e5cadb7c9e6680b8674fe378952efe668 (patch) | |
| tree | 692340e7f48107b123645cdc1b724c4d7e60e88e | |
| parent | d7debba2224b638a3429fcceffeade28dfa7a4cd (diff) | |
| download | raylib-b0c6972e5cadb7c9e6680b8674fe378952efe668.tar.gz raylib-b0c6972e5cadb7c9e6680b8674fe378952efe668.zip | |
Update rcore.c
| -rw-r--r-- | src/rcore.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/rcore.c b/src/rcore.c index 138d3e4a..c9303823 100644 --- a/src/rcore.c +++ b/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 |
