diff options
| author | Ray <[email protected]> | 2020-12-25 01:31:15 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-12-25 01:31:15 +0100 |
| commit | b6557166f2ff87b6b2e9609dda82654f3d53e16a (patch) | |
| tree | 0f36c22684043f8c373dd4b9e44ec348730f08e1 /README.md | |
| parent | a7599b83a531488feccce7d0a86355596d1071f5 (diff) | |
| download | raylib-b6557166f2ff87b6b2e9609dda82654f3d53e16a.tar.gz raylib-b6557166f2ff87b6b2e9609dda82654f3d53e16a.zip | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -54,7 +54,9 @@ raylib uses internally several single-file header-only libraries to support diff *On Android platform, `native_app_glue` module (provided by Android NDK) and native Android libraries are used to manage window/context, inputs and activity life cycle.* -*On Raspberry Pi platform (native mode), `Videocore API` and `EGL` libraries are used for window/context management. Inputs are processed using `evdev` Linux libraries* +*On Raspberry Pi 0,1,2,3 platform (native mode), `Videocore API` and `EGL` libraries are used for window/context management. Inputs are processed using `evdev` Linux libraries* + +*On Raspberry Pi 4 platform (native mode), `DRM subsystem` and `GBM API` libraries are used for window/context management. Inputs are processed using `evdev` Linux libraries* *On Web platform, raylib uses `emscripten` provided libraries for several input events management, specially noticeable the touch events support.* |
