aboutsummaryrefslogtreecommitdiff
path: root/src/gestures.c
AgeCommit message (Collapse)Author
2015-07-29Decoupling gestures system moduleraysan5
Now gestures system can be used as standalone module
2015-07-13Some small code tweaksraysan5
2015-07-05Functions renaming for better consistencyraysan5
2015-06-03Corrected gesture tap issue and text scaling issueMarc Palau
2015-05-21Added extensions check on rlglInit() and moreraysan5
Corrected shader version depending on OGL version Corrected bug in gestures module
2015-05-04Big batch of changes, check description:raysan5
- Camera system moved to a separate module [camera.c] - WIP: Added customization functions for camera controls - Added custom shaders support on batch drawing - Complete redesign of textures module to support multiple texture formats (compressed and uncompressed)
2015-04-22Corrected some bugs and warningsraysan5
2015-04-22Added Gestures System for Android and WebMarc Palau