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 POINTER_INPUT_TYPE missing initial value #340

Merged
merged 1 commit into from
Nov 10, 2022
Merged

Conversation

xh321
Copy link
Contributor

@xh321 xh321 commented Nov 7, 2022

According to MSDN: tagPOINTER_INPUT_TYPE enumeration (winuser.h) , the POINTER_INPUT_TYPE enum's value is starting at 1.
But in the code, it missing the initial value, which makes its value from starting at 0 by default.

@dahall dahall merged commit 2e77f5b into dahall:master Nov 10, 2022
@dahall
Copy link
Owner

dahall commented Nov 10, 2022

Thank you!

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.

2 participants