summaryrefslogtreecommitdiffhomepage
path: root/src/rcore_desktop.c
AgeCommit message (Expand)Author
2023-10-19REDESIGNED: Move platforms to separate directory #3313Ray
2023-10-18REVIEWED: Move `InitWindow()`/`CloseWindow()` to `rcore.c` #3313Ray
2023-10-14[core] Change axisCount to be an array (#3421)MichaelFiber
2023-10-14Make sure CORE.Window.ready is setRay
2023-10-14WARNING: REDESIGN: `InitPlatform()` to initialize all platform data #3313Ray
2023-10-14Minor tweaksRay
2023-10-13Moved some platforms functions to generic `rcore` #3313Ray
2023-10-11Reordered one functionRay
2023-10-11REVIEWED: Mouse and Touch functions generic to all platforms #3313Ray
2023-10-11Added gamepad functions as generic for all platformsRay
2023-10-10Added comments and review some functions #3313Ray
2023-10-10Added some comments and tweaks #3313Ray
2023-10-09Format tweaksRay
2023-10-09Avoid references to `PLATFORM_` flags #3313Ray
2023-10-09REVIEWED: Reorganize functionsRay
2023-10-09WARNING: REDESIGN: Move platform specific data to platform submodules #3313Ray
2023-10-08WARNING: `rcore` module split per-platform **BIG CHANGE** (#3388)Ray