Re: Dual monitor support in Cocoa?
Re: Dual monitor support in Cocoa?
- Subject: Re: Dual monitor support in Cocoa?
- From: Ali Ozer <email@hidden>
- Date: Mon, 18 Jun 2001 08:28:54 -0700
>
I'm about to embark on a dual monitor Cocoa app... and I'd just like to
>
check that dual monitors are supported in MacOS X, and are available
>
from
>
the Cocoa API... if so, is there any sample code (Obj-C preferred, but
>
anything welcome). I'm guessing it's an NSWorkspace sort of thing...
NSScreen will give you info about the availability and positions of
monitors.
Ali