raysan5
3d6be7fd80
Added GetGestureDetected() again...
...
Required by gestures example....
2016-06-14 12:01:57 +02:00
raysan5
47afda2549
Removed useless function: GetGestureDetected()
...
Use instead: IsGestureDetected()
2016-06-14 11:55:32 +02:00
raysan5
d1133ca8d3
Some gestures comments tweaks...
2016-06-03 18:51:19 +02:00
raysan5
0a27525a4b
Dependencies review
...
Checking some files to be converted to header-only
2016-06-01 14:01:35 +02:00
raysan5
17eefed08f
Improved gestures system
2016-04-17 11:36:40 +02:00
Ray
d6bc7b8877
Reset pointCount for gestures
2016-03-16 17:51:21 +01:00
Ray
dcabb49244
GESTURE SWIPE
...
change name variable
2016-03-09 10:15:28 +01:00
Ray
0dfc7fffff
Removed a couple of TODOs
2016-02-23 00:57:50 +01:00
raysan5
83459159f4
Corrected compiler complaint
2016-02-20 19:01:41 +01:00
Ray
954ced21a4
Merge branch 'master' into develop
...
# Conflicts:
# src/gestures.c
# src/makefile
2016-02-20 01:08:43 +01:00
Ray
afd2ffb74a
Updated gestures module
...
Using normalized [0..1] input points
2016-02-17 13:00:48 +01:00
raysan5
94c92a58a1
Some tweaks
2016-02-13 17:08:09 +01:00
Ray
c69ce1d750
Updated comments
2016-02-10 13:54:32 +01:00
Ray
a847df921f
Reviewed gestures module
2016-02-10 10:31:06 +01:00
Ray
687fe2c3c7
Updated
2016-02-08 09:06:26 +01:00
Ray
e98ea900cf
Reviewing gestures module (IN PROGRESS)
2016-02-08 09:06:23 +01:00
Ray
65ecde1e75
Cleaned code a little bit
2016-02-02 17:59:13 +01:00
Ray
728e1715cc
Redesigned gestures system...
...
...and improved mouse gestures support
Some testing still required...
2016-02-02 16:43:42 +01:00
victorfisac
233f7611da
Fixed hold gesture detection
...
- Fixed gestures hold detection.
- Improved hold state detection for little touch position increments
(sensitivity).
2016-01-22 17:07:54 +01:00
raysan5
d32feaa668
Reviewed Android inputs and gestures system
...
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-03 13:01:21 +01:00
raysan5
802f29fb0e
Eat Android Back key to avoid crash
2016-01-02 10:42:43 +01:00
raysan5
b894a78385
Reviewed function GetCurrentTime() on WIN32
2015-12-30 13:34:45 +01:00
Ray
580c0a7296
Moved gestures touch functionality back to core
...
Required gestures module when compiling for Android and Web
2015-10-30 11:30:32 +01:00
raysan5
3bd7109d8b
Reviewed GetCurrentTime() -IN PROGRESS-
...
Time measure on Windows platform done with:
QueryPerformanceCounter()
Testing required!
2015-10-06 17:21:04 +02:00
Constantine Tarasenkov
7c36289768
Fix compiling on Linux
2015-09-04 15:38:14 +03:00
raysan5
0b24330d86
Decoupling gestures system module
...
Now gestures system can be used as standalone module
2015-07-29 21:42:43 +02:00
raysan5
d686cc6c4a
Some small code tweaks
2015-07-13 18:16:24 +02:00
raysan5
2be8753788
Functions renaming for better consistency
2015-07-05 18:19:18 +02:00
Marc Palau
4c6c182023
Corrected gesture tap issue and text scaling issue
2015-06-03 17:04:17 +02:00
raysan5
9e450df053
Added extensions check on rlglInit() and more
...
Corrected shader version depending on OGL version
Corrected bug in gestures module
2015-05-21 00:18:22 +02:00
raysan5
eae98e1c34
Big batch of changes, check description:
...
- 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-05-04 23:46:31 +02:00
raysan5
7db895ab5d
Corrected some bugs and warnings
2015-04-22 18:36:52 +02:00
Marc Palau
ceb7325727
Added Gestures System for Android and Web
2015-04-22 17:34:42 +02:00