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

macOS: Remove all sleeps and add one when the Enigo struct is dropped #329

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

Commits on Sep 11, 2024

  1. macOS: Remove all sleeps and add one when the Enigo struct is dropped

    It looks like all pending events get ignored when the program terminates. It seems like the sleeps were only needed so that the OS had enough time to handle all events before the struct gets dropped. Sleeps during the execution are much more annoying then at the end of the program, so I just added a sleep of two seconds when Enigo gets dropped. That is more than enough for most cases.
    pentamassiv authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b29d3b9 View commit details
    Browse the repository at this point in the history