Re: carbon events in cocoa app...
Re: carbon events in cocoa app...
- Subject: Re: carbon events in cocoa app...
- From: Rosyna <email@hidden>
- Date: Sat, 7 Dec 2002 19:08:27 -0700
Which even in particular do you want? Some Events work in Cocoa (like
Hotkeys. See
http://www.unsanity.org/archives/000045.php) some will
probably not (like your mouse down example)
You should *not* be calling RunApplicationEventLoop as my guess is it
will never return (and therefore just be sitting there..)
Ack, at 12/7/02, Philip George said:
(NOTE!!! : For the sake of clarity, the following snippet will NOT
refer to the actual event I'm interested in. Instead I use a basic,
familiar event : mouse down (or in the case of Carbon,
kEventMouseDown). Please do not reply only to tell me that I should
use mouseDown: . The actual Carbon event I'm interested in is
completely different. All I want is to know how to register for
**some/any Carbon event inside a Cocoa app, while still dealing with
NSEvents as well.)
--
Sincerely,
Rosyna Keller
Technical Support/Holy Knight/Always needs a hug
Unsanity: Unsane Tools for Insanely Great People
---
Please include any previous correspondence in replies, it helps me
remember what we were talking about. Thanks.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.