Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix swipe gestures for web #3151

Merged
merged 1 commit into from Jul 3, 2023
Merged

Fix swipe gestures for web #3151

merged 1 commit into from Jul 3, 2023

Conversation

ghost
Copy link

@ghost ghost commented Jul 3, 2023

Adds normalization to gestureEvent.position[i] that was missing for PLATFORM_WEB.
Fixes #3141.

@raysan5 raysan5 merged commit ffe4d36 into raysan5:master Jul 3, 2023
@raysan5
Copy link
Owner

raysan5 commented Jul 3, 2023

@ubkp thanks for the review!

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.

[core] All swipe gestures are being interpreted as GESTURE_SWIPE_LEFT on web browsers with Touch Screen.
1 participant