summaryrefslogtreecommitdiffhomepage
path: root/examples/Makefile
diff options
context:
space:
mode:
authorubkp <[email protected]>2023-07-16 08:07:29 -0300
committerGitHub <[email protected]>2023-07-16 13:07:29 +0200
commitb980268ba7fd1fb5083546ca3f0b20f3390fe128 (patch)
tree1187343523312ad6227e344b12225b89f0fa7c4c /examples/Makefile
parent22895ba14fab982ca74ec1526b48b924d1174e60 (diff)
downloadraylib-b980268ba7fd1fb5083546ca3f0b20f3390fe128.tar.gz
raylib-b980268ba7fd1fb5083546ca3f0b20f3390fe128.zip
[example] Core Input Gestures for Web (#3172)
* [example] Core Input Gestures for Web * Fix Doubletap for web * Changes TAP_TIMEOUT and rgGetCurrentTime to seconds
Diffstat (limited to 'examples/Makefile')
-rw-r--r--examples/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Makefile b/examples/Makefile
index 15edf1b3..1a4d5f06 100644
--- a/examples/Makefile
+++ b/examples/Makefile
@@ -405,6 +405,7 @@ CORE = \
core/core_input_gamepad \
core/core_input_multitouch \
core/core_input_gestures \
+ core/core_input_gestures_web \
core/core_2d_camera \
core/core_2d_camera_platformer \
core/core_2d_camera_mouse_zoom \