Hi!
I want to find out the the size and position of all opened windows on the desktop.
The only thing I've found is that NSAccibility has a function that is named
accessibilityHitTest. It returns the deepest descendant of the accessibility hierarchy that contains the point point, which is in lower-left relative screen coordinates.
I hope there is some other way to find all visible windows on the desktop, since I do not want to search every single pixel on the desktop with this method. It would take too long time.
I hope someone have some kinds of tips where to look.
thx
pir
I want to find out the the size and position of all opened windows on the desktop.
The only thing I've found is that NSAccibility has a function that is named
accessibilityHitTest. It returns the deepest descendant of the accessibility hierarchy that contains the point point, which is in lower-left relative screen coordinates.
I hope there is some other way to find all visible windows on the desktop, since I do not want to search every single pixel on the desktop with this method. It would take too long time.
I hope someone have some kinds of tips where to look.
thx
pir