forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply pointer entering/leaving tracking to touch-initiated pointer ev…
…ents Summary: Changelog: [iOS][Internal] - Apply pointer entering/leaving tracking to touch-initiated pointer events This diff takes the refactoring done in the previous diff in this stack and applies it to the pointer events which are converted from discrete touch events. In addition this adds a check when an ActiveTouch is created to see if the pointer in question was hovering before the touch started or not, which is stored and leveraged once the touch is lifted to determine if we should treat the pointer as leaving the screen entirely or not. Reviewed By: lunaleaps Differential Revision: D38762330 fbshipit-source-id: 08452783e01bf5944c57b94a292805b2d69d4384
- Loading branch information
1 parent
4c408de
commit 7ccb292
Showing
1 changed file
with
45 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters