summaryrefslogtreecommitdiffhomepage
path: root/src/gestures.h
AgeCommit message (Collapse)Author
2017-12-20Updated copyright yearRay San
2017-12-19Expose GetTime() function to usersRay San
Monotonic time since InitWindow() could be retrieved with this function.
2017-11-27Support GetCurrentTime() on macOSRay San
2017-11-22Fix macOS build of new rglfw.c approachAhmad Fatoum
There have been two problems: * GLFW itself was compiled with the definitions for compiling _against_ GLFW (fixed by removing requirement for external glfw) * rglfw.c was being compiled as C code, although it includes Objective C files. This _might_ break the Windows build, needs to be checked. Fixes #391, but as noted I'd prefer though a separate source directory and build script for GLFW.
2017-11-22Avoid duplicate definition of feature macroAhmad Fatoum
Feature macros need to be defined before #including any headers, preferably through the build system, but this is good enough. Fixes a compile error on my fork's Travis CI.
2017-06-11Add define to have CLOCK_MONOTONIC work in c99Michael Vetter
If we compile with c99 without gnu extensions (gnu99) we need this define, to have CLOCK_MONOTONIC and similar macros available
2017-04-16Added Vector2 math functionsraysan5
Reviewed some Vector3 functions Added auxiliary Clamp() function
2017-03-24c99 fix, some linux housekeepingRDR8
2017-03-20Review some commentsRay
2017-02-16Improved modules description -IN PROGRESS-Ray
Working in modules configuration flags...
2017-01-29Updated Gestures enumRay
2016-12-05Corrected some warningsRay
2016-08-10Comment tweakRay
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-04-17Improved gestures systemraysan5
2016-02-17Updated gestures moduleRay
Using normalized [0..1] input points
2016-02-10Reviewed gestures moduleRay
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)
2015-07-29Decoupling gestures system moduleraysan5
Now gestures system can be used as standalone module