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 believes that the behavior of CGEventTap is not correct.
core-foundation-rs/core-graphics/src/event.rs
Line 437 in d7879eb
I think that if the callback returns NULL, the event is supposed to be cancelled
https://developer.apple.com/documentation/coregraphics/cgeventtapcallback?language=objc
The text was updated successfully, but these errors were encountered:
CGEventTap
Successfully merging a pull request may close this issue.
I believes that the behavior of CGEventTap is not correct.
core-foundation-rs/core-graphics/src/event.rs
Line 437 in d7879eb
I think that if the callback returns NULL, the event is supposed to be cancelled
https://developer.apple.com/documentation/coregraphics/cgeventtapcallback?language=objc
The text was updated successfully, but these errors were encountered: