Uh oh!
There was an error while loading. Please reload this page.
feat(fabric): Add more macOS props to host platform - #2698
Closed
Saad Najmi (Saadnajmi) wants to merge 3 commits into
Closed
feat(fabric): Add more macOS props to host platform#2698Saad Najmi (Saadnajmi) wants to merge 3 commits into
Saad Najmi (Saadnajmi) wants to merge 3 commits into
Conversation
| /* | ||
| * Describes a mouse enter/leave event. | ||
| */ | ||
| struct MouseEvent { |
CollaboratorAuthor
There was a problem hiding this comment.
RNW's MouseEvent looks quite different, since it inherets from PointerEvent: microsoft/react-native-windows#14713
Maybe we should match.
Saad Najmi (Saadnajmi)
commented
Sep 19, 2025
CollaboratorAuthor
Marking as draft as I've got open questions on the implementation for a couple of the added definitions, which might affect the definition. Meanwhile, I'll work on implementing keyboard events first |
Saad Najmi (Saadnajmi)
marked this pull request as draft
September 19, 2025 19:25
This file contains hidden or 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
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
This builds on top of #2690 and adds more macOS only props (but not all the ones we have in paper) to our host platform. This was originally done in #2364 on a different branch.
Test Plan:
CI should pass