-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add new state machine delegate callback for touch event hit results
This pull request adds a new delegate function that can be used to perform (UI) updates based on the result of a touch or a mouse event. This is an additive change that will not break existing behavior. An example of where this could be used: - In a collection view, where the animation should not prevent scrolling from occurring if a non-interactive portion of the animation is touched. - By utilizing the new callback, a developer can check for a hit when a touch began, and update the appropriate collection view properties. - Add support for: - [x] iOS - [x] macOS Diffs= fe60de3c3 Add new state machine delegate callback for touch event hit results (#7579) Co-authored-by: David Skuza <[email protected]>
- Loading branch information
Showing
4 changed files
with
94 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
63b6a13d3a2adc1c555747fcd76234360bad7a1d | ||
fe60de3c316eda974dab3e00522e9ee7a135834d |
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
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
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