From 5ee488c5010756325e985c289cca72538f93b781 Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 7 Sep 2023 17:50:14 +0200 Subject: [PATCH] Updated raylib input system (markdown) --- raylib-input-system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raylib-input-system.md b/raylib-input-system.md index 1fa3598..29bd517 100644 --- a/raylib-input-system.md +++ b/raylib-input-system.md @@ -43,7 +43,7 @@ MOUSE | - | Mouse inputs are actually mapped with TOUCH input GAMEPAD | Android NDK | Support *partially* implemented on `AndroidInputCallback()` TOUCH | Android NDK | Touch points registered on `AndroidInputCallback()` -PLATFORM_RPI +PLATFORM_DRM ------------- Probably this platform inputs polling is the most complex one. Some input events are polled by multiple secondary threads.