-
Notifications
You must be signed in to change notification settings - Fork 124
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
'SelectReactor' object has no attribute 'doPoll' #287
Comments
can some one help me? |
move mouse diagonally instead of first going up/down and then left/right. Do not use `time.sleep()` with Twisted reactor as it will also pause all other event processing. Patch `vncev` to print all mouse events, including those where not button is pressed / released. Issue sibson#287
OpenSource if about being able to contribute to others, not demanding help from others ;-) Nevertheless you might want to try the branch from #289 I just pushed which gets rid of some nastiness in
|
Even a duplicate of #260 — please search for existing issues first next time before opening another issue. Thanks. |
* test: keys are released in reverse order Since: a4bb988 * ci: Add Python 3.12 as supported * ci: Quote shell variables * ci: Move vncdo from /tmp/ to $PWD/.vncdo Hard-coded paths below /tmp/ are a security issue on shared hosts. /tmp/ is (often) cleaned up on reboot. * doc: Fix building documentation * doc: Improve documentation Fix spelling errors. Fix broken links, e.g. https:// everywhere. Fix Sphinx reST markup. * doc: Document API shutdown Issue #288 * refactor: modernize type annotations pyupgrade --py38-plus ruff check --fix setup.py vncdotool/*.py * fix: mouseDrag diagonally move mouse diagonally instead of first going up/down and then left/right. Do not use `time.sleep()` with Twisted reactor as it will also pause all other event processing. Patch `vncev` to print all mouse events, including those where not button is pressed / released. Issue #287 * fixup! ci: Add Python 3.12 as supported * fixup! doc: Improve documentation
When I use mouseDrag function ,this error has occurred:
What should I do now,I am in hurry
Thank you very much guys
The text was updated successfully, but these errors were encountered: