index
:
raylib
2.6
UWP
fix_build.zig
master
sdl-gles-fix
A simple and easy-to-use library to enjoy videogames programming
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
rcore_android.c
Age
Commit message (
Expand
)
Author
2023-10-19
REDESIGNED: Move platforms to separate directory #3313
Ray
2023-10-18
REVIEWED: Move `InitWindow()`/`CloseWindow()` to `rcore.c` #3313
Ray
2023-10-16
Remove rcore.h include from android (#3429)
ubkp
2023-10-14
[core] Change axisCount to be an array (#3421)
MichaelFiber
2023-10-14
Fix some omissions (#3418)
Le Juez Victor
2023-10-14
Fix screen size check in `InitPlatform()` (#3415)
Le Juez Victor
2023-10-14
WARNING: REDESIGN: `InitPlatform()` to initialize all platform data #3313
Ray
2023-10-13
Normalize `gestureEvent.position` coordinates (#3406)
Le Juez Victor
2023-10-13
Fix `android`, `drm` compilation issue on `InitWindow` (#3407)
ubkp
2023-10-13
Fix `GetMouseDelta()` issue for Android (#3404)
Le Juez Victor
2023-10-13
Moved some platforms functions to generic `rcore` #3313
Ray
2023-10-11
Fix windowMin/Max to screenMin/Max for android, drm, template (#3400)
ubkp
2023-10-11
Reordered one function
Ray
2023-10-11
REVIEWED: Mouse and Touch functions generic to all platforms #3313
Ray
2023-10-11
Added gamepad functions as generic for all platforms
Ray
2023-10-10
Added comments and review some functions #3313
Ray
2023-10-10
Added some comments and tweaks #3313
Ray
2023-10-09
Format tweaks
Ray
2023-10-09
Avoid references to `PLATFORM_` flags #3313
Ray
2023-10-09
REVIEWED: Reorganize functions
Ray
2023-10-09
WARNING: REDESIGN: Move platform specific data to platform submodules #3313
Ray
2023-10-08
WARNING: `rcore` module split per-platform **BIG CHANGE** (#3388)
Ray