We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to use mouse to capture the mouse position. Need something to capture the mouse events without X running.
I have installed via sudo pip install mouse
I tried:
import mouse print mouse.version
that works, reports 0.7.1
But if I try
import mouse print mouse.get_position()
I get: PuTTY X11 proxy: Unsupported authorisation protocol
Does X have to be running to use "mouse"?
The text was updated successfully, but these errors were encountered:
@getgray Are you running in sudo?
Sorry, something went wrong.
No branches or pull requests
I'm trying to use mouse to capture the mouse position. Need something to capture the mouse events without X running.
I have installed via sudo pip install mouse
I tried:
that works, reports 0.7.1
But if I try
I get:
PuTTY X11 proxy: Unsupported authorisation protocol
Does X have to be running to use "mouse"?
The text was updated successfully, but these errors were encountered: