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

An Issue about mouse_input_mode #3749

Closed
Mr-JingShi opened this issue Feb 21, 2023 · 1 comment
Closed

An Issue about mouse_input_mode #3749

Mr-JingShi opened this issue Feb 21, 2023 · 1 comment

Comments

@Mr-JingShi
Copy link

.keyboard_input_mode = SC_KEYBOARD_INPUT_MODE_INJECT,

Why does not initializie mouse_input_mode to SC_MOUSE_INPUT_MODE_INJECT explicitly?

@rom1v
Copy link
Collaborator

rom1v commented Feb 21, 2023

A mistake. Fixed by 5973d4c on dev branch.
Thank you.

rom1v added a commit that referenced this issue Feb 21, 2023
The explicit initialization was missing. It had no consequences because
SC_MOUSE_INPUT_MODE_INJECT == 0.

Fixes #3749 <#3749>
@rom1v rom1v closed this as completed Feb 21, 2023
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

No branches or pull requests

2 participants