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.
NotificationMon.ƒ/Headers/Event.h
/* |
Global variables for Event.c |
*/ |
extern Boolean WNE_available; /* true if WaitNextEvent is available */ |
extern Boolean Done; /* Set to true when the user quits */ |
extern Boolean KeyPressed; /* true if user pressed a key this time through event loop */ |
extern char KeyValue; /* the ascii character last typed */ |
extern Boolean InBackGround; |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14