simple event question
simple event question
- Subject: simple event question
- From: Eric Cole <email@hidden>
- Date: Tue, 18 Feb 2003 21:00:18 -0800
I have an application that consists of one class, an NSView derivative.
I would like to receive periodic events in this view. After starting
periodic events, how do you receive them?
#define kPeriod 1.0
[NSEvent startPeriodicEventsAfterDelay:kPeriod withPeriod:kPeriod];
Thanks
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.