aboutsummaryrefslogtreecommitdiff
path: root/src/gestures.c
AgeCommit message (Collapse)Author
2016-08-06Redesigned gestures module to header-onlyraysan5
2016-06-14Added GetGestureDetected() again...raysan5
Required by gestures example....
2016-06-14Removed useless function: GetGestureDetected()raysan5
Use instead: IsGestureDetected()
2016-06-03Some gestures comments tweaks...raysan5
2016-06-01Dependencies reviewraysan5
Checking some files to be converted to header-only
2016-04-17Improved gestures systemraysan5
2016-03-16Reset pointCount for gesturesRay
2016-03-09GESTURE SWIPERay
change name variable
2016-02-23Removed a couple of TODOsRay
2016-02-20Corrected compiler complaintraysan5
2016-02-20Merge branch 'master' into developRay
# Conflicts: # src/gestures.c # src/makefile
2016-02-17Updated gestures moduleRay
Using normalized [0..1] input points
2016-02-13Some tweaksraysan5
2016-02-10Updated commentsRay
2016-02-10Reviewed gestures moduleRay
2016-02-08UpdatedRay
2016-02-08Reviewing gestures module (IN PROGRESS)Ray
2016-02-02Cleaned code a little bitRay
2016-02-02Redesigned gestures system...Ray
...and improved mouse gestures support Some testing still required...
2016-01-22Fixed hold gesture detectionvictorfisac
- Fixed gestures hold detection. - Improved hold state detection for little touch position increments (sensitivity).
2016-01-03Reviewed Android inputs and gestures systemraysan5
Corrected Android processing for some inputs (BACK button, VOLUME buttons) Redesigned Gestures system (some work still required) SetEnabledGestures() - Only support desired gestures (requires some review)
2016-01-02Eat Android Back key to avoid crashraysan5
2015-12-30Reviewed function GetCurrentTime() on WIN32raysan5
2015-10-30Moved gestures touch functionality back to coreRay
Required gestures module when compiling for Android and Web
2015-10-06Reviewed GetCurrentTime() -IN PROGRESS-raysan5
Time measure on Windows platform done with: QueryPerformanceCounter() Testing required!
2015-09-04Fix compiling on LinuxConstantine Tarasenkov
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