Skip to content

Conversation

@designspin
Copy link

@designspin designspin commented Nov 24, 2025

fixes issue #589

Touch IDs were using loop indices (0, 1, 2...) which caused them to change when touches were added or removed. This broke multitouch tracking for applications trying to follow individual fingers.

Now using the UITouch pointer as a stable identifier that persists for the lifetime of each touch.

Touch IDs were using loop indices (0, 1, 2...) which caused them to
change when touches were added or removed. This broke multitouch
tracking for applications trying to follow individual fingers.

Now using the UITouch pointer as a stable identifier that persists
for the lifetime of each touch.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant