mirror of
https://github.com/raysan5/raylib.git
synced 2026-03-01 14:48:24 +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.