Skip to content

Conversation

@m-bert
Copy link
Contributor

@m-bert m-bert commented Jul 30, 2024

Description

This PR adds ManualGestureHandler on macOS.

Test plan

Tested on example App.

@m-bert m-bert marked this pull request as ready for review July 30, 2024 14:16
@m-bert m-bert requested a review from j-piasecki July 30, 2024 14:16
- (void)touchesBegan:(NSSet<RNGHUITouch *> *)touches withEvent:(UIEvent *)event
- (void)interactionsBegan:(NSSet *)touches withEvent:(UIEvent *)event
{
[_gestureHandler setCurrentPointerType:event];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't we need this?

Copy link
Contributor Author

@m-bert m-bert Jul 31, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct me if I'm wrong, but it is still present in touchesBegan, just git shows this diff in a weird way

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I see. It makes sense to split that between implementations.

@m-bert m-bert requested a review from j-piasecki July 31, 2024 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants