summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorRay <[email protected]>2020-12-25 01:31:15 +0100
committerGitHub <[email protected]>2020-12-25 01:31:15 +0100
commitb6557166f2ff87b6b2e9609dda82654f3d53e16a (patch)
tree0f36c22684043f8c373dd4b9e44ec348730f08e1 /README.md
parenta7599b83a531488feccce7d0a86355596d1071f5 (diff)
downloadraylib-b6557166f2ff87b6b2e9609dda82654f3d53e16a.tar.gz
raylib-b6557166f2ff87b6b2e9609dda82654f3d53e16a.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1b3f6972..02cce155 100644
--- a/README.md
+++ b/README.md
@@ -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.*