Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
headers/BoxMooV_event.h
/* event.h |
This contains all the code for routing and handling events. |
Michael Bishop - August 21 1996 |
Nick Thompson |
(c)1994-96 Apple computer Inc., All Rights Reserved |
*/ |
#ifndef _EVENT_H_ |
#define _EVENT_H_ |
#include <Events.h> |
void Event_HandleKeyPress(EventRecord *event) ; |
void Event_HandleOSEvent(EventRecord *event) ; |
void Event_DoOSEvent(EventRecord theEvent); |
void Event_DoSuspendResume(EventRecord theEvent); |
void Event_DoNull(void); |
#endif |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14