raylib/src
raysan5 41959eeae1 Added support for mouse gestures (need testing)
Mouse input is interpreted as touches to allow mouse gestures
detection... and get an unified inputs system for all platforms!
2016-01-24 19:17:08 +01:00
..
audio.c Some code tweaks 2016-01-23 13:22:13 +01:00
audio.h Audio module reviewed for standalone usage 2015-07-31 12:31:39 +02:00
camera.c Fixed small glitch on zoom-in with mouse wheel 2016-01-08 02:53:26 +01:00
camera.h Redesigned UpdateCamera() function 2015-08-30 17:46:19 +02:00
core.c Added support for mouse gestures (need testing) 2016-01-24 19:17:08 +01:00
easings.h Adapted easings as single header and inline functions 2016-01-20 18:20:36 +01:00
gestures.c Fixed hold gesture detection 2016-01-22 17:07:54 +01:00
gestures.h Reviewed Android inputs and gestures system 2016-01-03 13:01:21 +01:00
glad.c Replaced GLEW by GLAD 2016-01-22 01:22:45 +01:00
glad.h Replaced GLEW by GLAD 2016-01-22 01:22:45 +01:00
makefile Review CFLAGS for multiple platforms 2015-10-06 17:15:50 +02:00
models.c Some code tweaks 2016-01-23 13:22:13 +01:00
physac.c Review some function names for consistency with raymath 2016-01-20 19:23:58 +01:00
physac.h Review some function names for consistency with raymath 2016-01-20 19:23:58 +01:00
raygui.c Corrected some bugs 2016-01-14 09:19:56 +01:00
raygui.h New raylib module: raygui 2015-08-27 18:17:05 +02:00
raylib.h Added support for mouse gestures (need testing) 2016-01-24 19:17:08 +01:00
raymath.h Corrected bug 2016-01-21 12:24:12 +01:00
resources Updated to raylib v1.3 2015-07-13 18:15:31 +02:00
rlgl.c Replaced GLEW by GLAD 2016-01-22 01:22:45 +01:00
rlgl.h Updated struct types 2016-01-21 01:03:43 +01:00
shapes.c Some code tweaks 2016-01-23 13:22:13 +01:00
stb_image_resize.h Add file required for image scaling 2015-10-21 18:24:12 +02:00
stb_image_write.h Updated to latest version of stb libs 2016-01-20 18:48:52 +01:00
stb_image.h Updated to latest version of stb libs 2016-01-20 18:48:52 +01:00
stb_rect_pack.h Updated to latest version 2015-04-22 18:37:09 +02:00
stb_truetype.h Updated to latest version of stb libs 2016-01-20 18:48:52 +01:00
stb_vorbis.c Updated to latest version of stb libs 2016-01-20 18:48:52 +01:00
stb_vorbis.h Updated to latest version of stb libs 2016-01-20 18:48:52 +01:00
text.c Corrected bug on fonts loading 2016-01-18 12:04:54 +01:00
textures.c Fixed bug: rlglGenerateMipmaps() 2016-01-04 15:09:44 +01:00
tinfl.c Updated raylib to version 1.0.4 2014-01-23 12:36:18 +01:00
utils.c Small code tweaks 2016-01-02 10:41:37 +01:00
utils.h Reviewed some comments and WritePNG() 2015-10-06 17:13:40 +02:00