summaryrefslogtreecommitdiffhomepage
path: root/src/rgestures.h
AgeCommit message (Collapse)Author
2024-01-02Update copyright to 2024Ray
2023-09-22REVIEWED: `IsGestureDetected()` parameter typeRay
2023-07-22Optimize and simplify the gesture system (#3190)ubkp
* Optimize and simplify the gesture system * Decouples GESTURE_SWIPE_* from GESTURE_DRAG
2023-07-19Fix GESTURE_DRAG and GESTURE_SWIPE_* issues (mostly) for web (#3183)ubkp
2023-07-16[example] Core Input Gestures for Web (#3172)ubkp
* [example] Core Input Gestures for Web * Fix Doubletap for web * Changes TAP_TIMEOUT and rgGetCurrentTime to seconds
2023-07-10Reviewed `rcamera`/`rgestures` file-macros for consistency #3161Ray
2023-07-05Fix degrees of swipe gestures for web (#3155)ubkp
2023-07-04Fix pinch gestures for web (#3153)ubkp
2023-05-01REVIEWED: Modules description layoutRay
2023-02-09Fixed some grammar mistakes and typos. (#2914)Julio C. Galindo
* Fixed some grammar mistakes. * Fixed some typos.
2023-01-01Update year to 2023Ray
2022-10-02Fix Gestures to use GetTime() if it's available (#2733)Rob Loach
2022-08-02minor tweaksRay
2022-05-19Improved boolean definitions (#2485)Jonathan Poncelet
2021-12-31Update year to 2022raysan5
2021-10-13Reviewed some TODORay
2021-10-03Minor format tweaksRay
2021-09-22WARNING: MODULES RENAMING!!!Ray
raylib modules have been slightly renamed to add some identity and note that they are independent modules that can be used as standalone separate parts of raylib if required. The renamed modules are: - `core` -> `rcore` - `shapes` -> `rshapes` - `textures` -> `rtextures` - `text` -> `rtext` - `models` -> `rmodels` - `camera` -> `rcamera` - `gestures` -> `rgestures` - `core` -> `rcore` All the build systems has been adapted to this change.