summaryrefslogtreecommitdiffhomepage
path: root/examples/textures/textures_mouse_painting.c
AgeCommit message (Collapse)Author
2024-01-02Update copyright to 2024Ray
2023-01-01Update year to 2023Ray
2022-07-31removing typo, Colours->Colors (#2603)sDos280
2022-07-20REVIEWED: examples descriptionsRay
2022-06-21Added new comment to examplesRay
2021-06-28WARNING: BREAKING: Functions renamed for consistencyRay
RENAMED: GetTextureData() -> LoadImageFromTexture() RENAMED: GetScreenData() -> LoadImageFromScreen()
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-03-23[Examples] Warning fixes (pt 1) (#1668)Jeffery Myers
* Fix some warnings in examples. * cleanups from review Co-authored-by: Jeffery Myers <[email protected]>
2021-02-20Code formatting tweaksRay
2021-02-20fixed the right and left button not working (#1595)Redcamellia
2020-03-02Support touch drawing on webRay
2020-03-02Update textures_mouse_painting.cRay
2019-07-28Update textures_mouse_painting.craysan5
2019-07-28Replace tabs by spacesraysan5
2019-07-28Added image saved messageraysan5
2019-07-28Reviewed new examplesraysan5
2019-07-28Added scissor test and mouse painting examples proposed in #890 (#919)ChrisDill
- Updated Makefile with new examples