home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-04-13 | 552 b | 16 lines | [TEXT/CWIE] |
-
- /* event.c */
- void HandleMouseDown(EventRecord myEvent);
- short updateCursor(short force);
- void NoWindow(void);
- Boolean CheckPageKeys(short code);
- void SendOneChar(unsigned char sendch);
- void HandleKeyDown(EventRecord theEvent,struct WindRec *tw);
- void DoEvents(void);
- void CloseAWindow(WindowPtr theWindow);
- void HandleRemapping(unsigned char *ascii, Boolean *commanddown,
- Boolean *controldown,Boolean *optiondown, unsigned char *code);//BUGG make it static
- void HandleEvent(EventRecord *myEvent);
- void NotifyUser (void);
- void SetDefaultKCHR(void);
-