mirror of
https://github.com/raysan5/raylib.git
synced 2026-05-15 01:36:59 +00:00
The fingerId from SDL was used as an index into the CORE.Input.Touch arrays, but it's an opaque / arbitrary int64, way bigger than MAX_TOUCH_POINTS, so the first non-simulated touch event would segfault.