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 | cocoa-dev@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev Do not post admin requests to the list. They will be ignored.
participants (1)
-
Eric Schlegel