index
:
raylib
cmake
develop
fix-mouse-released
gh-pages
master
Forked from https://github.com/raysan5/raylib
Oskari Timperi
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gestures.c
Age
Commit message (
Expand
)
Author
2016-08-06
Redesigned gestures module to header-only
raysan5
2016-06-14
Added GetGestureDetected() again...
raysan5
2016-06-14
Removed useless function: GetGestureDetected()
raysan5
2016-06-03
Some gestures comments tweaks...
raysan5
2016-06-01
Dependencies review
raysan5
2016-04-17
Improved gestures system
raysan5
2016-03-16
Reset pointCount for gestures
Ray
2016-03-09
GESTURE SWIPE
Ray
2016-02-23
Removed a couple of TODOs
Ray
2016-02-20
Corrected compiler complaint
raysan5
2016-02-20
Merge branch 'master' into develop
Ray
2016-02-17
Updated gestures module
Ray
2016-02-13
Some tweaks
raysan5
2016-02-10
Updated comments
Ray
2016-02-10
Reviewed gestures module
Ray
2016-02-08
Updated
Ray
2016-02-08
Reviewing gestures module (IN PROGRESS)
Ray
2016-02-02
Cleaned code a little bit
Ray
2016-02-02
Redesigned gestures system...
Ray
2016-01-22
Fixed hold gesture detection
victorfisac
2016-01-03
Reviewed Android inputs and gestures system
raysan5
2016-01-02
Eat Android Back key to avoid crash
raysan5
2015-12-30
Reviewed function GetCurrentTime() on WIN32
raysan5
2015-10-30
Moved gestures touch functionality back to core
Ray
2015-10-06
Reviewed GetCurrentTime() -IN PROGRESS-
raysan5
2015-09-04
Fix compiling on Linux
Constantine Tarasenkov
2015-07-29
Decoupling gestures system module
raysan5
2015-07-13
Some small code tweaks
raysan5
2015-07-05
Functions renaming for better consistency
raysan5
2015-06-03
Corrected gesture tap issue and text scaling issue
Marc Palau
2015-05-21
Added extensions check on rlglInit() and more
raysan5
2015-05-04
Big batch of changes, check description:
raysan5
2015-04-22
Corrected some bugs and warnings
raysan5
2015-04-22
Added Gestures System for Android and Web
Marc Palau