Determining Screen Positions in Objective-C (NSScreen)

Posted by Peter Zich on Stack Overflow See other posts from Stack Overflow or by Peter Zich
Published on 2010-03-13T00:01:44Z Indexed on 2010/03/13 0:07 UTC
Read the original article Hit count: 228

Filed under:
|
|

Using [NSScreen screens] I'm able to get all of the screens attached to the computer and their sizes, however I'm trying to find out their positions relative to each other (like in Arrangement in the Display preferences). Is there a way to do this? I've looked online and through the class references on Apple's developer site and found nothing. Thank you.

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about display