This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Update core_input_multitouch.c
pull/1236/head
raysan5
4 years ago
parent
af744b07c3
commit
6a8e4795da
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
examples/core/core_input_multitouch.c
+ 2
- 0
examples/core/core_input_multitouch.c
View File
@ -13,6 +13,8 @@
#
include
"raylib.h"
#
define MAX_TOUCH_POINTS 10
int
main
(
void
)
{
/
/
Initialization
Write
Preview
Loading…
Cancel
Save