Giter VIP home page Giter VIP logo

Comments (3)

1600 avatar 1600 commented on July 20, 2024 2

I did some more test and found that the hangup only occurs if you leftclick within the frame of command prompt the script was ran.

from pynput.

moses-palmer avatar moses-palmer commented on July 20, 2024 2

Thank you for your clarification---I tested clicking around for quite a bit without experiencing anything odd.

The reason for the freeze is that clicking in the terminal window on Windows freezes the application running inside the terminal when the terminal is set to automatically select text. This in turn will cause mouse input to severely lag, as the python thread running in the global event listener is trying to print your message to stdout.

I will add a suggestion to the documentation to avoid long running code in event callbacks, and to avoid possibly blocking operations.

from pynput.

moses-palmer avatar moses-palmer commented on July 20, 2024

Thank you for your report.

When you say that you get a mouse pointer hangup, do you mean system wide, of just for your Listener instance?

from pynput.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.