Re: getting an EventRecord?
Re: getting an EventRecord?
- Subject: Re: getting an EventRecord?
- From: Eric Schlegel <email@hidden>
- Date: Wed, 30 Apr 2003 16:14:58 -0700
On Wednesday, April 30, 2003, at 02:58 PM, Matt Pease wrote:
Hi all -
I'm writing a screensaver module & I need to get ahold of
an EventRecord (carbon style) every drawRect call.
What is the best way?
* use WaitNextEvent to get it directly.
* override sendEvent & get a NSEvent. But what is the
best way to convert an NSEvent into a EventRecord?
* some other way?
Umm, what kind of event do you want to find in the EventRecord? If
you're just drawing, do you want an updateEvt? Or do you want some
other kind of events?
-eric
_______________________________________________
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.