Re: Parsing error in NSEvent?
Re: Parsing error in NSEvent?
- Subject: Re: Parsing error in NSEvent?
- From: Nick Zitzmann <email@hidden>
- Date: Fri, 25 Sep 2009 13:25:02 -0600
On Sep 25, 2009, at 1:00 PM, email@hidden wrote:
#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_6
NSTouchEventSubtype = NX_SUBTYPE_MOUSE_TOUCH // FAILS
HERE
#endif
};
#endif
What's up with this and is there a way to fix it?
NX_SUBTYPE_MOUSE_TOUCH should be defined in the IOLLEvent.h header in
the IOKit framework in the Snow Leopard SDK. You might want to make
sure that the correct header is being imported by using the preprocess
feature. You are using the 10.6 SDK as the base SDK for that
architecture, right?
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden