Is there a way to get a list of all the available Mission Control spaces in macOS with Cocoa or Carbon (Objective-C)?
Asked
Active
Viewed 417 times
0
-
Thank you @matt but I think that applies to processes and not workspaces, unless I missed something. – emerino Feb 10 '18 at 07:18
-
What do you want to do with the `NSWorkSpace` of another app? Or do you want to get the Spaces of Mission Control? – Willeke Feb 10 '18 at 12:16
-
@Willeke I want to get the spaces of Mission Control, which I think are NSWorkSpace's instances – emerino Feb 10 '18 at 17:41
-
@matt I'm thinking on Mission Control spaces – emerino Feb 10 '18 at 17:41
-
Interesting discussion here: https://stackoverflow.com/a/35243364/341994 Try searching on "mission control" for more. – matt Feb 10 '18 at 17:45
-
Thank you @matt, that is helpful, I had the idea that Mission Control spaces were actually NSWorkspace instances (or at least were related), but I think I was wrong. – emerino Feb 10 '18 at 17:52