Michael Vetter
272073785f
Add define to have CLOCK_MONOTONIC work in c99
If we compile with c99 without gnu extensions (gnu99) we need this
define, to have CLOCK_MONOTONIC and similar macros available
8 年之前
raysan5
f5894278b7
Added Vector2 math functions
Reviewed some Vector3 functions
Added auxiliary Clamp() function
8 年之前
RDR8
9875198a56
c99 fix, some linux housekeeping
8 年之前
Ray
59652c75b4
Review some comments
8 年之前
Ray
05cff44d0a
Improved modules description -IN PROGRESS-
Working in modules configuration flags...
8 年之前
Ray
30bb24aa6e
Updated Gestures enum
8 年之前
Ray
377dcb025f
Corrected some warnings
9 年之前
Ray
a1b6b217e4
Comment tweak
9 年之前
raysan5
3b80e2c1e0
Redesigned gestures module to header-only
9 年之前
raysan5
3d6be7fd80
Added GetGestureDetected() again...
Required by gestures example....
9 年之前
raysan5
47afda2549
Removed useless function: GetGestureDetected()
Use instead: IsGestureDetected()
9 年之前
raysan5
17eefed08f
Improved gestures system
9 年之前
Ray
afd2ffb74a
Updated gestures module
Using normalized [0..1] input points
9 年之前
Ray
a847df921f
Reviewed gestures module
9 年之前
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)
10 年之前
raysan5
0b24330d86
Decoupling gestures system module
Now gestures system can be used as standalone module
10 年之前