summaryrefslogtreecommitdiffhomepage
path: root/src/rcore_android.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-16Remove rcore.h include from android (#3429)ubkp
2023-10-14[core] Change axisCount to be an array (#3421)MichaelFiber
2023-10-14Fix some omissions (#3418)Le Juez Victor
2023-10-14Fix screen size check in `InitPlatform()` (#3415)Le Juez Victor
2023-10-14WARNING: REDESIGN: `InitPlatform()` to initialize all platform data #3313Ray
2023-10-13Normalize `gestureEvent.position` coordinates (#3406)Le Juez Victor
2023-10-13Fix `android`, `drm` compilation issue on `InitWindow` (#3407)ubkp
2023-10-13Fix `GetMouseDelta()` issue for Android (#3404)Le Juez Victor
2023-10-13Moved some platforms functions to generic `rcore` #3313Ray
2023-10-11Fix windowMin/Max to screenMin/Max for android, drm, template (#3400)ubkp
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