realitycollective / com.realitytoolkit.core

The all-purpose framework for building the next reality
MIT License
3 stars 0 forks source link

Hotfix: Track pointer down and raise pointer up on previously downed targets #98

Closed FejZa closed 7 months ago

FejZa commented 7 months ago

Reality Collective - Reality Toolkit Pull Request

Overview

This PR is a hotfix to the problem where a target (Interactable) would not receive pointer up events, if the pointer has lost focus on it in the time between pointer down and up.

Additional changes

Breaking Changes