When there are multiple displays and a Keynote presentation is started, it creates a fullscreen window on each display. Only one of these is the presentation and the other(s) contain e.g. a timer, but all have the same CGWindowName
.
How can I find which CGWindowID
corresponds to the presentation?
Ideally in C++ please, thanks in advance.