We can have multiple screens (as monitors), and in each screen, we can have multiple desktops.
I am looking for Mac APIs to loop through all desktops within current NSScreen
.
[EDIT]: I can access current screen as: +[NSScreen mainScreen]
, and loop through all screens via +[NSScreen screens]
, but these does not talk about desktops within each screens.
Thanks for helping me in advance.