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

[Windows] Reject WM_POINTER(UP/DOWN) messages for non pen pointer type. #95155

Merged
merged 1 commit into from
Aug 6, 2024

Conversation

bruvzg
Copy link
Member

@bruvzg bruvzg commented Aug 5, 2024

Fixes #95135
Fixes #95106

Process only pen up/down messages directly (same is already done for move and enter/exit) and skip touchscreen messages to allow default window procedure to generate WM_TOUCH events.

@bruvzg bruvzg added this to the 4.3 milestone Aug 5, 2024
@bruvzg bruvzg requested a review from a team as a code owner August 5, 2024 06:40
@akien-mga akien-mga changed the title [Windows] Reject WM_POINTER(UP/DOWN) messages for non pen pointer type. [Windows] Reject WM_POINTER(UP/DOWN) messages for non pen pointer type. Aug 6, 2024
@akien-mga akien-mga merged commit e693ff8 into godotengine:master Aug 6, 2024
18 checks passed
@akien-mga
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants