* Improved touch input handling and multitouch support in drm platform * revert * made some fixes for the touch issue in drm platform * updated touch input handling by adding multitouch support * improved how it handles the multitouch * added cleanup * Remove touch last update tracking to simplify touch input handling * improved multitouch support by tracking touch positions and IDs for each slot * Better touch input handling * Increase maximum touch points from 8 to 10 and enhance touchscreen prioritization logic * Refactor touch input handling to use slot index as ID for stability and simplify touch clearing logic * Improve touch input handling by activating slot 0 based on mouse click or touch events * touch event handling to use tracking ID for unique touch identification * Add multitouch detection to PollMouseEvents for improved touch handling * Fix conditional formatting in PollMouseEvents for clarity * Refactor conditional statements in PollMouseEvents and InitPlatform for improved readability * Fix formatting in PollMouseEvents for improved readability |
||
|---|---|---|
| .. | ||
| rcore_android.c | ||
| rcore_desktop_glfw.c | ||
| rcore_desktop_rgfw.c | ||
| rcore_desktop_sdl.c | ||
| rcore_desktop_win32.c | ||
| rcore_drm.c | ||
| rcore_memory.c | ||
| rcore_template.c | ||
| rcore_web_emscripten.c | ||
| rcore_web.c | ||