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

mouse_playground.py not handing mouse events properly #2

Open
Blotz opened this issue Apr 30, 2024 · 1 comment
Open

mouse_playground.py not handing mouse events properly #2

Blotz opened this issue Apr 30, 2024 · 1 comment

Comments

@Blotz
Copy link

Blotz commented Apr 30, 2024

When moving the mouse around and holding the key such a a, the code crashes.

It appears to be an issue where the input is expected to be 'mouse:hover@81;7' but what is actually recieved is 'mouse:hover@81;7M'.
The extra M character causes the coords code to crash due to a ValueError.

@bczsalba
Copy link
Contributor

Hey, sorry for the delay! Had to graduate real quick, lol.

Is this reproducible for you still? It works fine on my end, and I don't see any reason why holding a non-modifier key should influence the return value.

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