summaryrefslogtreecommitdiffhomepage
path: root/src/external/RGFW.h
AgeCommit message (Collapse)Author
2024-07-09update RGFW to RGFW 1.0 (#4144)Colleague Riley
* update RGFW * fix bug with GetCurrentMonitor
2024-06-28Update RGFW and replace long switch in rcore_desktop_rgfw.c with a lookup ↵Colleague Riley
table (#4108) * Fix Makefile issues (RGFW) (linux) (macOS) * Do not use nanosleep on windows at all (PLATFORM_DESKTOP_RGFW) * remove #define RGFWDEF and make the #undefs only happen for their OS * Update RGFW.h * fix to match the RGFW updates * remove line that shows the cursor for no reason * Update RGFW, replace long switch with an array, update rgfw platform for RGFW * update RGFW (fix reported glitch with drag and drop files) (linux) * remove u16
2024-06-08Update RGFW (#4048)Colleague Riley
* Fix Makefile issues (RGFW) (linux) (macOS) * Do not use nanosleep on windows at all (PLATFORM_DESKTOP_RGFW) * remove #define RGFWDEF and make the #undefs only happen for their OS * Update RGFW.h * fix to match the RGFW updates * remove line that shows the cursor for no reason
2024-05-09Do not use "nanosleep" on windows at all (PLATFORM_DESKTOP_RGFW) (#3970)Colleague Riley
* Fix Makefile issues (RGFW) (linux) (macOS) * Do not use nanosleep on windows at all (PLATFORM_DESKTOP_RGFW) --------- Co-authored-by: ColleagueRiley <[email protected]>
2024-05-07make RGFW a custom platform (#3941)Colleague Riley
* fix minor bugs and errors (x86) for the RGFW platform, update RGFW platform license, update makefile info for RGFW platform * revert * (RGFW) (winapi) fix mouse hide bug when cursor changes * ensure PLATFORM_SHELL is defined (PLATFORM_RGFW) --------- Co-authored-by: ColleagueRiley <[email protected]>