Re: Per Frame/Timed "Update"?
Re: Per Frame/Timed "Update"?
- Subject: Re: Per Frame/Timed "Update"?
- From: "Sherm Pendley" <email@hidden>
- Date: Thu, 15 May 2008 22:15:17 -0400
On Thu, May 15, 2008 at 8:38 PM, Clancy John Imislund <
email@hidden> wrote:
I have an App that needs to call an "Update()" function every 1/30th of a second on certain objects (not just respond to asynch messages). Does anyone know the proper XCode way to do this?
Have a look at NSTimer or CFRunLoopTimer, for Cocoa or Carbon respectively. Or look at both - they're toll-free bridged and interchangeable.
sherm--
--
Cocoa programming in Perl:
http://camelbones.sourceforge.net
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden