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

Added duration to send_mouse in Client #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Endunry
Copy link

@Endunry Endunry commented Nov 19, 2024

Idk if this is even maintained, but i added a fix here that was bugging me because i had a problem when communication with a vnc-server.

The current version of send_mouse is only triggering "on-mouse-down"-Events on the server, but not "on-mouse-release" because it never releases the button. Also sometimes a delay between the actions is needed (depending on the vnc server)

So if anyone has the issue that a pointer-event is not really recognized, maybe try to add this to the Client-Code.

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.

1 participant