Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(SynthPointer): Fix issue with penFlags not being set correctly in…
… HoverMove and ContactMove functions The penFlags in the HoverMove and ContactMove functions were not being set correctly when the button was pressed. This resulted in incorrect behavior when using a pen device. The issue has been fixed by updating the assignment of penFlags to properly handle the button press condition.
- Loading branch information