summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
diff options
context:
space:
mode:
authorRay <[email protected]>2018-10-21 09:56:26 +0200
committerGitHub <[email protected]>2018-10-21 09:56:26 +0200
commit30f2483bdb4c5847d74f1d7aee6048b337058960 (patch)
tree27df083217ddf6bd6f8dabe36e092412a62499d9 /src/raylib.h
parentbd383fe2191da416c62ab0ae2e642eac834f58c2 (diff)
parente07ec6a2e8facaa6dd4d9229c0e4c8e080e1fcf4 (diff)
downloadraylib-30f2483bdb4c5847d74f1d7aee6048b337058960.tar.gz
raylib-30f2483bdb4c5847d74f1d7aee6048b337058960.zip
Merge pull request #672 from Berni8k/master
RaspberryPi Mouse and touch overhaul
Diffstat (limited to 'src/raylib.h')
-rw-r--r--src/raylib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h
index aa5bd16f..8256b745 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -223,7 +223,7 @@
#define MOUSE_MIDDLE_BUTTON 2
// Touch points registered
-#define MAX_TOUCH_POINTS 2
+#define MAX_TOUCH_POINTS 10
// Gamepad Number
#define GAMEPAD_PLAYER1 0