-
Notifications
You must be signed in to change notification settings - Fork 32
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
Support for App Expose on Catalina? #7
Comments
Hi there @cotfas how did you manage to check whether Mission Control is active? It's something I'm also very interested in. Thanks! |
Hello! This one worked https://gist.github.com/puffnfresh/4054059 Readapted for my case: `static bool isMissionControlActiveParam(CGSSpaceMask type) {
}`
bool isActive = isMissionControlActiveParam(kCGSCurrentOSSpacesMask); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Very nice about the project, I was able to detect when the mission control is active.
Is there any support to check also when the App Expose is active?
Thank you.
The text was updated successfully, but these errors were encountered: