Re: How to get the CGDirectDisplayID?
Re: How to get the CGDirectDisplayID?
- Subject: Re: How to get the CGDirectDisplayID?
- From: Finlay Dobbie <email@hidden>
- Date: Tue, 26 Apr 2005 16:48:26 +0100
On 4/26/05, Ricky Sharp <email@hidden> wrote:
> CGDirectDisplayID is a pointer to a struct, so it's just some 32-bit
> value. Thus, you can do this:
>
> CGDirectDisplayID theCGDisplayID = (CGDirectDisplayID) [theNSNumber
> intValue];
You should probably use pointerValue.
-- Finlay
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden