summaryrefslogtreecommitdiffhomepage
path: root/examples/physics
AgeCommit message (Collapse)Author
2022-06-06WARNING: Removed `physac` from raylib sources/examplesRay
`physac` is available on its own repo
2021-10-25Fix VC warnings for examples (#2085)Jeffery Myers
2021-07-28Review physac.h pathraysan5
2021-05-08Added support for additional mouse buttons (#1753)Lambert Wang
* Added support for additional mouse buttons * Renamed mouse button enum Co-authored-by: Lambert Wang <[email protected]>
2021-04-25Fixes for 64 bit typecast warnings (#1733)Jeffery Myers
2021-04-22Remove trail spacesRay
2021-03-22Changed IsKeyPressed('R') to IsKeyPressed(KEY_R) for Physics examples! (#1666)Rabia Alhaffar
2021-01-20REVIEWED: physac module and examples #1525Ray
2020-01-09Renamed directory: physac -> physicsRay
Examples categories are independent from the module they use, despite in some cases module name matches category name.